diff --git a/Makefile b/Makefile index 4cd8d5652..07496d36e 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,9 @@ check: test: @go test ./... -cover -v +find-tests: + @find . -name "*_test.go" + loc: @find . -name "*.go" | xargs wc -l