Small refactorings

This commit is contained in:
2022-02-19 21:38:57 +00:00
parent c5a0f49719
commit 46b9b82f30
2 changed files with 79 additions and 69 deletions

View File

@ -5,7 +5,7 @@ import (
"embed"
"fmt"
_ "github.com/jackc/pgx/v4/stdlib"
_ "github.com/jackc/pgx/v4/stdlib" // needed for pg connection
"github.com/pressly/goose/v3"
)