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