This commit is contained in:
Ethan Frey
2017-02-27 14:52:48 +01:00
parent fddee66d90
commit a816ff0bab
4 changed files with 233 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
.PHONY: docs
REPO:=github.com/tendermint/go-events
docs:
@go get github.com/davecheney/godoc2md
godoc2md $(REPO) > README.md
test:
go test -v ./...