Files
ev/Makefile
T

7 lines
96 B
Makefile

export EV_DATA = mem:
# export EV_HTTP = :8080
run:
go run .
test:
go test -cover -race ./...