Registry / utility / go-errors-errors

go-errors-errors

JSON →
library1.5.1gogounverified

A Go library providing stack-trace-enabled errors for better debugging.

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

Create an error with a stack trace and print it.

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

No known issues recorded.

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

No dependency data recorded yet.

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