Documentation ¶ Index ¶ type Frame func Caller(skip int) Frame Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Frame ¶ type Frame interface { // Name is function name without path and package. Name() string // File is function file name. File() string // Line is function line number. Line() int } Frame is caller frame. func Caller ¶ func Caller(skip int) Frame Source Files ¶ View all Source files runtime.go Click to show internal directories. Click to hide internal directories.