|
|
||
|---|---|---|
| color | ||
| .gitignore | ||
| README.md | ||
| color.go | ||
| go.mod | ||
| go.sum | ||
| log.go | ||
| log_test.go | ||
| std.go | ||
| util.go | ||
README.md
Logging with color and format string
Test
Mem: go test -o tests/test.exe -memprofile tests/mem && go tool pprof -http : tests/mem
Cpu: go test -o tests/test.exe -cpuprofile tests/cpu && go tool pprof -http : tests/cpu