5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 12:32:30 +00:00
matterbridge/vendor/github.com/zfjagann/golang-ring/makefile

11 lines
94 B
Makefile

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