latest. passes all tests, no known bugs, has examples.

This commit is contained in:
2024-05-18 23:25:55 -07:00
parent f135f480be
commit ab92f29a88
7 changed files with 284 additions and 112 deletions

View File

@@ -16,3 +16,9 @@ test:
examples:
test -d bin || mkdir bin
go build -o bin/ ./examples/...
lint:
golangci-lint run
fmt:
go fmt ./...