gol4ng/logger

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
test:
    go test --race -count=1 -v -gcflags=-l ./...

bench:
    go test -bench=. -count=1 -v -gcflags=-l ./...