ForFarm/backend/internal/embed.go

9 lines
98 B
Go

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