mirror of
https://github.com/acaloiaro/frm
synced 2026-07-21 18:29:12 +00:00
6 lines
69 B
Go
6 lines
69 B
Go
package migrations
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.sql
|
|
var FS embed.FS
|