matterbridge/vendor/github.com/zfjagann/golang-ring/makefile

11 lines
94 B
Makefile
Raw Normal View History

.PHONY: ring test doc
ring: test doc
test:
go fmt
go test -v
doc:
godocdown > README.md