Add golang stringer to deps
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user