mirror of
https://github.com/ChronosX88/yans.git
synced 2024-11-08 14:50:59 +00:00
7 lines
86 B
Go
7 lines
86 B
Go
package internal
|
|
|
|
import "embed"
|
|
|
|
//go:embed migrations/*.sql
|
|
var Migrations embed.FS
|