fix CI, vet, and annoying types

This commit is contained in:
Jeromy
2016-10-04 18:01:51 -07:00
parent c87d50ff49
commit 901c7a7e3d
5 changed files with 26 additions and 19 deletions

View File

@@ -1,14 +1,17 @@
test: deps
go test -race -v ./...
export IPFS_API ?= v04x.ipfs.io
gx:
go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
deps: gx
covertools:
go get github.com/mattn/goveralls
go get golang.org/x/tools/cmd/cover
deps: gx covertools
gx --verbose install --global
gx-go rewrite
go get -t ./...
publish:
gx-go rewrite --undo