feat: add new target for LOC stats [ci skip]

This commit is contained in:
2021-09-05 01:57:50 +02:00
parent c99f0fc908
commit f59380a35e

View File

@ -34,3 +34,6 @@ static:
test: test:
@go test ./... -cover @go test ./... -cover
loc:
@find . -name "*.go" | xargs wc -l