@@ -0,0 +1,9 @@
default: test
.PHONY: lint
lint:
cd test && golangci-lint run -v
.PHONY: test
test:
cd test && go test -v
The note is not visible to the blocked user.