package
0.0.0-20241223220703-7f3c7df797ff
Repository: https://github.com/mewkiz/pkg.git
Documentation: pkg.go.dev

# Functions

Err returns an error which contains position information from the callee.
ErrNoPos return an error which explicitly contains no position information.
New returns an error which contains position information from the callee.
Newf returns a formatted error which contains position information from the callee.
NewNoPos returns an error which explicitly contains no position information.
NewNoPosf returns a formatted error which explicitly contains no position information.

# Variables

UseColor indicates if error messages should use colors.

# Structs

ErrInfo is en error containing position information.