Registry / utility / zeebo-errs-v2

zeebo-errs-v2

JSON →
library2.0.5gogounverified

A simple error package that adds stack traces to errors for easier debugging.

go get github.com/zeebo/errs/v2
INSTALL
IMPORT
SIG · ZEEBO-ERRS-V2
Z
zeebo-errs-v2
utilitygov2.0.5
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.

errs
github.com/zeebo/errs/v2

Creates a new error with a stack trace and prints it.

package main import ( "fmt" "github.com/zeebo/errs/v2" ) func main() { err := errs.New("something went wrong") fmt.Println(err) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
zeebo-errs-v2 — go get zeebo-errs-v2 · libregistry