7 lines
78 B
Go
7 lines
78 B
Go
package migrations
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.sql
|
|
var MigrationFS embed.FS
|