Skip to content

Commit

Permalink
Lint fixes again golang-migrate#647
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Ramage committed Nov 5, 2021
1 parent 2fe1563 commit 4ba4318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/mongodb/mongodb.go
Expand Up @@ -36,7 +36,7 @@ const LockIndexName = "lock_unique_key" // the name of the inde
const contextWaitTimeout = 5 * time.Second // how long to wait for the request to mongo to block/wait for.

var (
ErrNoDatabaseName = fmt.Errorf("no database name")
ErrNoDatabaseName = fmt.Errorf("no database name")
ErrNilConfig = fmt.Errorf("no config")
ErrLockTimeoutConfigConflict = fmt.Errorf("both x-advisory-lock-timeout-interval and x-advisory-lock-timout-interval were specified")
)
Expand Down

0 comments on commit 4ba4318

Please sign in to comment.