diff --git a/postgres/conn.go b/postgres/conn.go index c10fe61..6b5c9f4 100644 --- a/postgres/conn.go +++ b/postgres/conn.go @@ -9,7 +9,7 @@ import ( "github.com/pressly/goose/v3" ) -// go:embed schema/*.sql +//go:embed schema/*.sql var migrations embed.FS // Connect to a database