This commit is contained in:
xiamengyu1 2018-10-10 16:26:27 +08:00
parent 1e60261d3f
commit a95b13d804
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ func newCommon() *Migrate {
}
}
// Close closes the the source and the database.
// Close closes the source and the database.
func (m *Migrate) Close() (source error, database error) {
databaseSrvClose := make(chan error)
sourceSrvClose := make(chan error)