go-bindata static files and templates
This commit is contained in:
parent
79e5ec435a
commit
4a83136970
6 changed files with 32 additions and 9 deletions
10
generate.go
Normal file
10
generate.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
Copyright
|
||||
*/
|
||||
|
||||
//go:generate go get github.com/jteeuwen/go-bindata/...
|
||||
//go:generate go get github.com/elazarl/go-bindata-assetfs/...
|
||||
//go:generate rm -vf gen.go
|
||||
//go:generate go-bindata -o gen.go static/... templates/... providerTemplates/...
|
||||
|
||||
package main
|
Loading…
Add table
Add a link
Reference in a new issue