9 lines
81 B
Go
Raw Normal View History

2024-12-18 21:16:11 +03:00
package database
import (
"embed"
)
//go:embed migrations
var assets embed.FS