mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 14:34:17 +00:00
Use []byte instead of Bytes, use tmlibs/common.KVPair
This commit is contained in:
@@ -8,9 +8,9 @@ GOTOOLS_CHECK = gox glide gometalinter.v2 protoc protoc-gen-gogo
|
||||
PACKAGES=$(shell go list ./... | grep -v '/vendor/')
|
||||
INCLUDE = -I=. -I=${GOPATH}/src -I=${GOPATH}/src/github.com/gogo/protobuf/protobuf
|
||||
|
||||
all: check protoc build test install metalinter
|
||||
all: check get_vendor_deps protoc build test install metalinter
|
||||
|
||||
check: check_tools get_vendor_deps
|
||||
check: check_tools
|
||||
|
||||
|
||||
########################################
|
||||
|
||||
Reference in New Issue
Block a user