Files
dttmr-api/internal/database/migrations/embed.go
T

7 lines
78 B
Go

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