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

This commit is contained in:
decentral1se 2021-09-05 01:57:50 +02:00
parent c99f0fc908
commit f59380a35e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 0 deletions

View File

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