Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 521 Bytes

CONTRIBUTION.md

File metadata and controls

26 lines (19 loc) · 521 Bytes

Please join us to improve this project.

Setup development environment

It's highly recommended you to configure the git pre-commit hook. It will force to run unit tests before commit. Run the following command:

make install-precheck

Print the code of lines:

git ls-files | xargs cloc

pprof

go tool pprof -http=:9999 http://localhost:8080/debug/pprof/heap

Other usage of this:

  • /debug/pprof/heap?gc=1
  • /debug/pprof/heap?seconds=10
  • /debug/pprof/goroutine/?debug=0