feat: initial commit

This commit is contained in:
2024-07-30 14:28:39 +02:00
commit 4729c54076
39 changed files with 3850 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
GOTEST_ARGS ?= -v -count=1
test:
go test $(GOTEST_ARGS) ./...