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