package migrations import "embed" //go:embed sql/*.sql var FS embed.FS // Dir is the directory within the embedded filesystem containing migration files. const Dir = "sql"