This commit is contained in:
2024-05-18 18:37:05 -07:00
commit 81b25d1421
8 changed files with 381 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
default: test
test:
go test -v -count=1 ./...