Add golang stringer to deps

This commit is contained in:
James Shubin
2016-01-21 00:23:11 -05:00
parent 9ab746fbf3
commit 820294cd9a

View File

@@ -41,3 +41,4 @@ echo "gobin is: $GOBIN"
go get ./... # get all the go dependencies 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/vet # add in `go vet` for travis
go get golang.org/x/tools/cmd/stringer # for automatic stringer-ing