pkgdash/internal/database/embed.go

9 lines
81 B
Go

package database
import (
"embed"
)
//go:embed migrations
var assets embed.FS