Documentation ¶
Overview ¶
package stack implements utilities for working with stack traces. interface under development.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frame ¶
type Frame struct {
// contains filtered or unexported fields
}
func (Frame) Format ¶
Format supports the following options:
s short single line n function name
-n function name sans receiver type +n function identifier #n qualified function identifier
d line number
-d function entry line number #d relative line number
f source file (relative to package)
-f file path from module +f filesystem file path #f qualified file path
k package name
+k filesystem package path #k qualified package path
i "inline" or "" m multiline
+m filesystem multiline #v qualified multiline
v single line
+v filesystem single line #v qualified single line
func (*Frame) RuntimeFrame ¶
Click to show internal directories.
Click to hide internal directories.