12 lines
164 B
Go
12 lines
164 B
Go
package migrations
|
|
|
|
import (
|
|
"embed"
|
|
"leafdev.top/Ecosystem/recommender/internal/base/conf"
|
|
)
|
|
|
|
//go:embed *.sql
|
|
var MigrationFS embed.FS
|
|
|
|
var Config *conf.Config
|