github.com/lazyledger/lazyledger-core@v0.35.0-dev.0.20210613111200-4c651f053571/libs/events/Makefile (about)

     1  .PHONY: docs
     2  REPO:=github.com/tendermint/tendermint/libs/events
     3  
     4  docs:
     5  	@go get github.com/davecheney/godoc2md
     6  	godoc2md $(REPO) > README.md
     7  
     8  test:
     9  	go test -v ./...