tests: add locker and math tests

This commit is contained in:
Jon Lundy
2022-08-06 09:52:36 -06:00
parent 189cb5c968
commit f436393965
11 changed files with 268 additions and 94 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
export EV_DATA = mem:
# export EV_HTTP = :8080
run:
go run .
test:
go test -cover -race ./...