latest, passes all tests, no known bugs, woo

This commit is contained in:
2024-05-18 20:26:08 -07:00
parent eb85e1d36e
commit 336c0d953b
10 changed files with 290 additions and 84 deletions

View File

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