9 lines
81 B
Go
9 lines
81 B
Go
package database
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed migrations
|
|
var assets embed.FS
|