package migrations import ( "embed" ) //go:embed *.sql var EmbedMigrations embed.FS const MigrationsDir = "migrations"