package
0.0.5
Repository: https://github.com/binchencoder/letsgo.git
Documentation: pkg.go.dev

# Functions

Cmdline responds with the running program's command line, with arguments separated by NUL bytes.
EnablePprof registers the HTTP handler to serve the pprof on the same port as the main service (such as gRPC service).
Handler returns an HTTP handler that serves the named profile.
Index responds with the pprof-formatted profile named by the request.
Profile responds with the pprof-formatted cpu profile.
Symbol looks up the program counters listed in the request, responding with a table mapping program counters to function names.
Trace responds with the execution trace in binary form.