Go has excellent built-in profiling via the pprof tool, and the workflow is the same discipline as always: profile to find the real bottleneck, then optimize it — never guess. Go's profiling is a first-class, well-integrated feature.
Profiling with pprof
_
{ http.ListenAndServe(, ) }()
