initial commit

This commit is contained in:
DeveloperDurp 2024-09-02 13:38:46 -05:00
commit 35fa88b45b
17 changed files with 630 additions and 0 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
test:
go test ./... -v
lint:
golangci-lint run ./...