13 lines
163 B
Go
13 lines
163 B
Go
package migrations
|
|
|
|
import (
|
|
"embed"
|
|
|
|
"leafdev.top/Leaf/leaf-library-3/internal/base/conf"
|
|
)
|
|
|
|
//go:embed *.sql
|
|
var MigrationFS embed.FS
|
|
|
|
var Config *conf.Config
|