diff --git a/Makefile b/Makefile index f7051d70..3410f700 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