package
1.2.4
Repository: https://github.com/golang/glog.git
Documentation: pkg.go.dev

# Functions

Caller returns the Stack dump for the calling goroutine, starting skipDepth frames before the caller of Caller.
CallerPC returns a dump of the program counters of the stack starting skipDepth frames before the caller.
CallerText returns a textual dump of the stack starting skipDepth frames before the caller.

# Structs

Stack is a stack dump for a single goroutine.