mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 17:45:17 +03:00
7 lines
83 B
Go
7 lines
83 B
Go
package hub
|
|
|
|
import "embed"
|
|
|
|
//go:embed migrations/*.sql
|
|
var MigrationsFS embed.FS
|