internal/db/connect.go 🔗
@@ -31,7 +31,6 @@ func init() {
if testing.Testing() {
goose.SetLogger(goose.NopLogger())
}
-
}
// Connect opens a SQLite database connection and runs migrations.
Andrey Nering created
internal/db/connect.go | 1 -
1 file changed, 1 deletion(-)
@@ -31,7 +31,6 @@ func init() {
if testing.Testing() {
goose.SetLogger(goose.NopLogger())
}
-
}
// Connect opens a SQLite database connection and runs migrations.