diff --git a/misc/make-deps.sh b/misc/make-deps.sh index 20532a3c..0a85ee4a 100755 --- a/misc/make-deps.sh +++ b/misc/make-deps.sh @@ -41,3 +41,4 @@ echo "gobin is: $GOBIN" go get ./... # get all the go dependencies go get golang.org/x/tools/cmd/vet # add in `go vet` for travis +go get golang.org/x/tools/cmd/stringer # for automatic stringer-ing