mirror of
https://github.com/ForFarmTeam/ForFarm.git
synced 2025-12-19 14:04:08 +01:00
9 lines
87 B
Go
9 lines
87 B
Go
package migrations
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed *.sql
|
|
var EmbedMigrations embed.FS
|