Registry / utility / rotisserie-eris

rotisserie-eris

JSON →
library0.5.4gogounverified

Provides a better way to handle, trace, and log errors in Go.

go get github.com/rotisserie/eris
INSTALL
IMPORT
SIG · ROTISSERIE-ERIS
R
rotisserie-eris
utilitygov0.5.4
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.

eris
github.com/rotisserie/eris

Create and print a new error with stack trace

package main import ( "fmt" "github.com/rotisserie/eris" ) func main() { err := eris.New("something went wrong") fmt.Println(eris.ToString(err, true)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rotisserie-eris — go get rotisserie-eris · libregistry