8 lines
80 B
Go
8 lines
80 B
Go
package migrations
|
|
|
|
import "embed"
|
|
|
|
|
|
//go:embed *.sql
|
|
var DbMigrations embed.FS
|