initial commit

This commit is contained in:
2025-04-29 18:15:33 +02:00
commit f5fbad64d3
14 changed files with 931 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
test:
go test -cover -race ./...
benchmark:
go test -bench=. -benchtime=30s -benchmem ./...