Registry / utility / goph-emperror

goph-emperror

JSON →
library0.17.2gogounverified

Package emperror provides error handling solutions and tools for libraries and applications.

go get github.com/goph/emperror
INSTALL
IMPORT
SIG · GOPH-EMPERROR
G
goph-emperror
utilitygov0.17.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

emperror
github.com/goph/emperror

Wrap an error with additional context using emperror.

package main import ( "fmt" "github.com/goph/emperror" ) func main() { err := emperror.Wrap(errors.New("original"), "wrapped") fmt.Println(err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
goph-emperror — go get goph-emperror · libregistry