Registry / utility / aacfactory-errors

aacfactory-errors

JSON →
library1.13.12gogounverified

Package errors provides enhanced error handling with stack traces and wrapping for Go applications.

go get github.com/aacfactory/errors
INSTALL
IMPORT
SIG · AACFACTORY-ERRORS
A
aacfactory-errors
utilitygov1.13.12
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/aacfactory/errors

Create and print an error with stack trace

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
40
OpenAI (training)
1
Resources
aacfactory-errors — go get aacfactory-errors · libregistry