@@ -0,0 +1,10 @@
BIN ?= dist/srv
build: ## Builds the binary
go build -o $(BIN)
.PHONY: build
test: ## Run unit tests
go test -v ./...
.PHONY: test
The note is not visible to the blocked user.