Registry / utility / src-d-go-errors-v1

src-d-go-errors-v1

JSON →
library1.0.0gogounverified

Yet another errors package, implementing error handling primitives, allowing error wrapping and error tracing.

go get gopkg.in/src-d/go-errors.v1
INSTALL
IMPORT
SIG · SRC-D-GO-ERRORS-V1
S
src-d-go-errors-v1
utilitygov1.0.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
gopkg.in/src-d/go-errors.v1

Create and print a new error using go-errors.

package main import ( "fmt" "gopkg.in/src-d/go-errors.v1" ) func main() { err := errors.NewKind("my error").New() fmt.Println(err) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
src-d-go-errors-v1 — go get src-d-go-errors-v1 · libregistry