Documentation ¶ Index ¶ func Stack(calldepth int) []byte type CallStack func Callstack(skipFrames int) CallStack Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Stack ¶ func Stack(calldepth int) []byte Stack gets the call stack Types ¶ type CallStack ¶ type CallStack struct { Func string File string LineNo int } func Callstack ¶ func Callstack(skipFrames int) CallStack Source Files ¶ View all Source files callstack.go Click to show internal directories. Click to hide internal directories.