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