forked from lug/matterbridge
Use mod vendor for vendored directory (backwards compatible)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
.PHONY: ring test doc
|
||||
|
||||
ring: test doc
|
||||
|
||||
test:
|
||||
go fmt
|
||||
go test -v
|
||||
|
||||
doc:
|
||||
godocdown > README.md
|
||||
Reference in New Issue
Block a user