==== Clean module cache ==== go clean -modcache ==== Debug profile and view in browser ==== go tool pprof -http=":8096" -call_tree 'http://localhost:8000/debug/pprof/profile?seconds=15'
go clean -modcache
go tool pprof -http=":8096" -call_tree 'http://localhost:8000/debug/pprof/profile?seconds=15'