Skip to content

Commit

Permalink
Switch to maintained version of go-bindata
Browse files Browse the repository at this point in the history
[#163136677]
  • Loading branch information
tjvman committed Mar 28, 2019
1 parent 71bd6b6 commit a3fecf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-language-resources
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p $GOPATH/src/github.com
cp -r /go/src/github.com/* $GOPATH/src/github.com/
# END workaround

go get github.com/jteeuwen/go-bindata/...
go get github.com/shuLhan/go-bindata/...
go-bindata --version
go-bindata -nometadata -pkg resources -ignore ".go" -o resources/i18n_resources.go resources/*.all.json
go fmt ./...

0 comments on commit a3fecf8

Please sign in to comment.