Initial commit: stats-gateway gRPC service + dashboard + CLI
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.PHONY: build test clean
|
||||
|
||||
build:
|
||||
go build -o bin/psp-stats-cli .
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
|
||||
clean:
|
||||
rm -rf bin/
|
||||
Reference in New Issue
Block a user