6 lines
69 B
Go
6 lines
69 B
Go
package migrations
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.sql
|
|
var FS embed.FS
|