Create dummy main() function in generate.go.
This commit is contained in:
parent
9faae7387e
commit
1532033a7f
1 changed files with 2 additions and 0 deletions
|
@ -3,3 +3,5 @@
|
||||||
//go:generate go-bindata -pkg autogen -o autogen/gen.go ./static/... ./templates/...
|
//go:generate go-bindata -pkg autogen -o autogen/gen.go ./static/... ./templates/...
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
func main() {}
|
||||||
|
|
Loading…
Reference in a new issue