@@ -0,0 +1,10 @@
.PHONY: run test build
run:
go run ./cmd/server
test:
go test ./...
build:
go build -o teammate ./cmd/server
The note is not visible to the blocked user.