Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e60261 commit a95b13dCopy full SHA for a95b13d
migrate.go
@@ -186,7 +186,7 @@ func newCommon() *Migrate {
186
}
187
188
189
-// Close closes the the source and the database.
+// Close closes the source and the database.
190
func (m *Migrate) Close() (source error, database error) {
191
databaseSrvClose := make(chan error)
192
sourceSrvClose := make(chan error)
0 commit comments