hugo-cms/sql/fs.go
Leon Mika 4ecc12f035 Initial commot
Have got DB creation and migration working
2025-01-27 07:39:19 +11:00

7 lines
69 B
Go

package sql
import "embed"
//go:embed schema/*.sql
var FS embed.FS