7 lines
65 B
Go
7 lines
65 B
Go
|
|
package schema
|
||
|
|
|
||
|
|
import "embed"
|
||
|
|
|
||
|
|
//go:embed *.sql
|
||
|
|
var FS embed.FS
|