7 lines
87 B
Go
7 lines
87 B
Go
package newDb
|
|
|
|
import "embed"
|
|
|
|
//go:embed "migrations/*.sql"
|
|
var MigrationsFs embed.FS
|