We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bb0aa commit ddca485Copy full SHA for ddca485
Buildfile
@@ -1 +1 @@
1
-web: go build -o bin/goad-api webapi/webapi.go
+web: go get -u github.com/jteeuwen/go-bindata/... && make bindata && go build -o bin/goad-api webapi/webapi.go
0 commit comments