@@ -16,4 +16,12 @@ dist:
.PHONY: test
test:
@go test -v ./... -cover
.PHONY: lint
lint:
@golangci-lint run
.PHONY: proto
proto:
@buf generate
The note is not visible to the blocked user.