filterAndLimit

This commit is contained in:
Paul Brinkmeier
2026-05-03 09:50:31 +02:00
parent c836a3b201
commit 62c31bb28c
2 changed files with 28 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
.PHONY: format
format:
gofmt -w $$(git ls-files '*.go')