Add bindata

This commit is contained in:
Crow Crowcrow 2017-12-13 06:47:26 +01:00
parent f9ed3ac363
commit 201201edf3
No known key found for this signature in database
GPG key ID: 1CC867E990E45038
6 changed files with 54 additions and 29 deletions

3
internal/static/main.go Normal file
View file

@ -0,0 +1,3 @@
package static
//go:generate go-bindata -pkg $GOPACKAGE --prefix "../../static/" ../../static/...

View file

@ -0,0 +1,3 @@
package templates
//go:generate go-bindata -pkg $GOPACKAGE --prefix "../../templates/" ../../templates/...