history This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ==== Clean module cache ==== <code> go clean -modcache </code> ==== Debug profile and view in browser ==== <code> go tool pprof -http=":8096" -call_tree 'http://localhost:8000/debug/pprof/profile?seconds=15' </code>