package
0.0.0-20240827045243-13a6da0b124d
Repository: https://github.com/forhsd/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.