package
1.0.1
Repository: https://github.com/auxten/postgresql-parser.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.