tmpl/gen.go

6 lines
162 B
Go
Raw Permalink Normal View History

2015-04-29 23:45:42 -07:00
package main
//go:generate go get github.com/jteeuwen/go-bindata/...
//go:generate rm -f static.go
//go:generate go-bindata -o static.go -pkg=main templates/...