a5f8e1b2ba
Added a search page and fixed som error with migration
7 lines
87 B
Go
7 lines
87 B
Go
package newDb
|
|
|
|
import "embed"
|
|
|
|
//go:embed "migrations/*.sql"
|
|
var MigrationsFs embed.FS
|