Add structs for go-data support

This commit is contained in:
Ethan Frey
2017-02-22 23:15:10 +01:00
parent 4b11d62bdb
commit e6d35ee641
4 changed files with 149 additions and 19 deletions
+9
View File
@@ -0,0 +1,9 @@
.PHONY: docs
REPO:=github.com/tendermint/go-crypto
docs:
@go get github.com/davecheney/godoc2md
godoc2md $(REPO) > README.md
test:
go test ./...