package
19.1.0-beta.20190304+incompatible
Repository: https://github.com/darinpp/cockroach.git
Documentation: pkg.go.dev

# Functions

Lookup returns the (reduced) file, line and function of the caller at the requested depth, using a default call resolver which drops the path of the project repository.
NewCallResolver returns a CallResolver.

# Structs

A CallResolver is a helping hand around runtime.Caller() to look up file, line and name of the calling function.