Skip to content

Commit ddca485

Browse files
committed
Add bindata to Buildfile
1 parent 91bb0aa commit ddca485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Buildfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: go build -o bin/goad-api webapi/webapi.go
1+
web: go get -u github.com/jteeuwen/go-bindata/... && make bindata && go build -o bin/goad-api webapi/webapi.go

0 commit comments

Comments
 (0)