Binary package “golang-github-go-stack-stack-dev” in ubuntu oracular

capture, manipulate, and format call stacks

 Package stack implements utilities to capture, manipulate,
 and format call stacks. It provides a simpler API than
 package runtime.
 .
 The implementation takes care of the minutia and special
 cases of interpreting the program counter (pc) values
 returned by runtime.Callers.