@@ -0,0 +1,10 @@
default: test
test:
go test -v ./...
lint:
golangci-lint run --timeout 5m
clean:
rm -f ./secret
The note is not visible to the blocked user.