github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/bin/generate-words (about) 1 #!/bin/bash 2 3 set -e 4 go install github.com/jteeuwen/go-bindata/go-bindata 5 go-bindata -pkg=words -o util/words/words.go util/words/dict 6 go fmt ./util/words/...