Jan Dittberner
4dd5e09820
- switch from goose to github.com/rubenv/sql-migrate - move assets (static, templates, migrations) to boardvoting package - add generated boardvoting/assets.go - remove unused static files from static directory - add package db with db migration configuration
3 lines
121 B
Go
3 lines
121 B
Go
package boardvoting
|
|
|
|
//go:generate go-bindata -pkg $GOPACKAGE -o assets.go ./migrations/... ./static/... ./templates/...
|