This commit is contained in:
ValarDragon
2018-10-11 00:38:55 -07:00
parent 176ea763c4
commit 8201c92544
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -5,11 +5,9 @@ set -e
# specific git hash.
#
# repos it installs:
# github.com/mitchellh/gox
# github.com/golang/dep/cmd/dep
# gopkg.in/alecthomas/gometalinter.v2
# github.com/gogo/protobuf/protoc-gen-gogo
# github.com/square/certstrap
# github.com/rakyll/statiik
## check if GOPATH is set
if [ -z ${GOPATH+x} ]; then