package
1.10.2
Repository: https://github.com/paulfdunn/go-helper.git
Documentation: pkg.go.dev

# Functions

SourceInfo returns a string with "file: FILENAME| func: FUNCTION_NAME| line: LINE_NUMBER|" of the caller.
SourceInfoError wraps the provided error with: "file: FILENAME| func: FUNCTION_NAME| line: LINE_NUMBER| desc: DESCRIPTION| error: ERROR|" of the caller.