10 lines
85 B
Go
10 lines
85 B
Go
package migrations
|
|
|
|
import (
|
|
"embed"
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed *.sql
|
|
var FS embed.FS
|