make find-tests
@ -58,6 +58,9 @@ check:
test:
@go test ./... -cover -v
find-tests:
@find . -name "*_test.go"
loc:
@find . -name "*.go" | xargs wc -l
The note is not visible to the blocked user.