Registry / utility / go-faster-errors

go-faster-errors

JSON →
library0.7.1gogounverified

An enhanced errors package with stack traces and explicit error wrapping.

go get github.com/go-faster/errors
INSTALL
IMPORT
SIG · GO-FASTER-ERRORS
G
go-faster-errors
utilitygov0.7.1
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.

errors
github.com/go-faster/errors

Create and print an error with stack trace

package main import ( "fmt" "github.com/go-faster/errors" ) func main() { err := errors.New("something went wrong") fmt.Printf("%+v\n", err) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
go-faster-errors — go get go-faster-errors · libregistry