Registry / utility / zeebo-errs

zeebo-errs

JSON →
library1.4.0gogounverified

Package errs provides a simple error package with stack traces.

go get github.com/zeebo/errs
INSTALL
IMPORT
SIG · ZEEBO-ERRS
Z
zeebo-errs
utilitygov1.4.0
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

Create and print a new error with stack trace.

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

No known issues recorded.

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

No dependency data recorded yet.

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