Skip to content

Commit

Permalink
Appease goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and rubenv committed Jan 8, 2024
1 parent a7298de commit 4c7bdce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import (
"time"

"github.com/go-gorp/gorp/v3"
_ "github.com/mattn/go-sqlite3"
//revive:disable-next-line:dot-imports
. "gopkg.in/check.v1"

_ "github.com/mattn/go-sqlite3"
)

var sqliteMigrations = []*Migration{
Expand Down

0 comments on commit 4c7bdce

Please sign in to comment.