Update go-crypto, move testutils into types

This commit is contained in:
Ethan Frey
2017-02-25 00:12:15 +01:00
parent 4ad645f318
commit 1fd2d17cd9
9 changed files with 57 additions and 74 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ install:
go install github.com/tendermint/basecoin/cmd/...
test:
go test --race `${NOVENDOR}`
go test `${NOVENDOR}`
#go run tests/tendermint/*.go
get_deps: