Don't depend on a pretty printer just for testing

This commit is contained in:
Jakob Borg
2014-08-05 15:43:29 +02:00
parent 8ea1e302c3
commit d82caf6bd4
2 changed files with 5 additions and 8 deletions

View File

@@ -93,7 +93,6 @@ setup() {
go get -v code.google.com/p/go.tools/cmd/vet
go get -v github.com/mattn/goveralls
go get -v github.com/tools/godep
GOPATH="$GOPATH:$(godep path)" go get -v -t ./...
}
xdr() {