fix all linting errors, add benchmark to Makefile

This commit is contained in:
2024-10-12 19:12:27 +02:00
parent 1a6747dfa2
commit a56f76acdc
2 changed files with 22 additions and 5 deletions

View File

@@ -37,3 +37,5 @@ release: buildlocal test
gh release create v$(VERSION) --generate-notes
bench:
go test -bench=. -count 5