Derek McQuay
901d8e5070
basically copied this from my previous work in starz. Wanted to get google oauth working before changing much around.
7 lines
230 B
Go
7 lines
230 B
Go
package chipmunk
|
|
|
|
//go:generate go get github.com/jteeuwen/go-bindata/...
|
|
//go:generate go get github.com/elazarl/go-bindata-assetfs/...
|
|
//go:generate rm -f static.go
|
|
//go:generate go-bindata -o static.go -pkg=chipmunk static/...
|