Steevo Wiki

You are here: Home » dev » go

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dev:go [2022/06/03 16:08]
admin created
dev:go [2025/05/09 06:49] (current)
admin
Line 2: Line 2:
  
  
-<code | download>+<code>
 go clean -modcache 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> </code>