package
1.9.9
Repository: https://github.com/bluekaki/pkg.git
Documentation: pkg.go.dev

# Functions

Errorf create a new error.
New create a new error.
Panic create a error from panic.
WithStack add caller stack information.
Wrap with some extra message into err.
Wrapf with some extra message into err.

# Interfaces

Error an error with stack info.