Registry / utility / facebookgo-stackerr

facebookgo-stackerr

JSON →
library0.0.0-20150612192056-c2fcf88613f4gogounverified

Package stackerr provides a way to augment errors with one or more stack traces to allow for easier debugging.

go get github.com/facebookgo/stackerr
INSTALL
IMPORT
SIG · FACEBOOKGO-STACKER
F
facebookgo-stackerr
utilitygov0.0.0-20150612192056-c2fcf88613f4
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.

stackerr
github.com/facebookgo/stackerr

Wraps an error with a stack trace for debugging.

package main import ( "fmt" "github.com/facebookgo/stackerr" ) func main() { err := stackerr.Wrap(fmt.Errorf("something went wrong")) fmt.Println(err.Error()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150612192056-c2fcf88613f4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
facebookgo-stackerr — go get facebookgo-stackerr · libregistry