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