Thane Thomson
a335caaedb
alias amino imports (#3219)
As per conversation here: https://github.com/tendermint/tendermint/pull/3218#discussion_r251364041 This is the result of running the following code on the repo: ```bash find . -name '*.go' | grep -v 'vendor/' | xargs -n 1 goimports -w ``` |
6 years ago | |
---|---|---|
.. | ||
api.go | Move abci imports | 6 years ago |
client_server.go | Decouple StartHTTP{,AndTLS}Server from Listen() (#2791) | 6 years ago |
grpc_test.go | alias amino imports (#3219) | 6 years ago |
types.pb.go | Remove gogoproto from Makefile's TOOLS (#2198) | 6 years ago |
types.proto | Add gogo generated tests for pb.go files | 6 years ago |
typespb_test.go | Remove gogoproto from Makefile's TOOLS (#2198) | 6 years ago |