# 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.