mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-04 07:07:13 +00:00
Refactor RPC/*, tendermint/config for debora+barak
This commit is contained in:
@@ -20,6 +20,11 @@ build_race: get_deps
|
||||
test: build
|
||||
go test github.com/tendermint/tendermint/...
|
||||
|
||||
draw_deps:
|
||||
# requires brew install graphviz
|
||||
go get github.com/hirokidaichi/goviz
|
||||
goviz -i github.com/tendermint/tendermint/cmd/tendermint | dot -Tpng -o hoge.png
|
||||
|
||||
list_deps:
|
||||
go list -f '{{join .Deps "\n"}}' github.com/tendermint/tendermint/... | xargs go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user