Registry / utility / spacemonkeygo-errors

spacemonkeygo-errors

JSON →
library0.0.0-20201030155909-2f5f890dbc62gogounverified

Package errors is a flexible error support library for Go, providing error hierarchies, stack traces, and arbitrary error values.

go get github.com/spacemonkeygo/errors
INSTALL
IMPORT
SIG · SPACEMONKEYGO-ERRO
S
spacemonkeygo-errors
utilitygov0.0.0-20201030155909-2f5f890dbc62
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/spacemonkeygo/errors

Creates a new error with stack trace support.

package main import ( "fmt" "github.com/spacemonkeygo/errors" ) func main() { err := errors.New("something went wrong") fmt.Println(err) }
Debug
Known issues
gotchaPackage name 'errors' may conflict with standard library 'errors' package.
fix
Use an import alias like spacemonkeyerrors "github.com/spacemonkeygo/errors" to avoid ambiguity.
affects: all
Upgrade
Version history
0.0.0-20201030155909-2f5f890dbc62latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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