OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / tendermint / tmlibs / events / Makefile
1 .PHONY: docs
2 REPO:=github.com/tendermint/tmlibs/events
3
4 docs:
5         @go get github.com/davecheney/godoc2md
6         godoc2md $(REPO) > README.md
7
8 test:
9         go test -v ./...