6 lines
82 B
Go
6 lines
82 B
Go
package db
|
|
|
|
import "embed"
|
|
|
|
//go:embed migrations/*.sql
|
|
var migrationsFS embed.FS
|