@@ -0,0 +1,9 @@
.PHONY: run
run:
go run ./main.go
.PHONY: test
test:
go test -v -race -timeout 30s ./...
.DEFAULT_GOAL := run
The note is not visible to the blocked user.