imports, comments and formatting

This commit is contained in:
2022-02-20 20:58:48 +00:00
parent 75a6ce1577
commit 91b8cc06b2
5 changed files with 39 additions and 40 deletions

View File

@ -5,9 +5,8 @@ import (
"embed"
"fmt"
"github.com/pressly/goose/v3"
_ "github.com/jackc/pgx/v4/stdlib" // needed for pg connection
"github.com/pressly/goose/v3"
)
//go:embed schema/*.sql