Create dummy main() function in generate.go.

This commit is contained in:
Timo Reimann 2017-10-10 18:20:02 +02:00 committed by Traefiker
parent 9faae7387e
commit 1532033a7f

View file

@ -3,3 +3,5 @@
//go:generate go-bindata -pkg autogen -o autogen/gen.go ./static/... ./templates/...
package main
func main() {}