diff --git a/Makefile b/Makefile index 0e79de28..faceeca7 100644 --- a/Makefile +++ b/Makefile @@ -34,3 +34,6 @@ static: test: @go test ./... -cover + +loc: + @find . -name "*.go" | xargs wc -l