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