Registry / utility / spiral-errors

spiral-errors

JSON →
library1.5.0gogounverified

Error handling utilities for Go applications, providing structured error wrapping and formatting.

go get github.com/spiral/errors
INSTALL
IMPORT
SIG · SPIRAL-ERRORS
S
spiral-errors
utilitygov1.5.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.

errors
github.com/spiral/errors

Create a simple error using spiral/errors

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spiral-errors — go get spiral-errors · libregistry