Registry / utility / goark-errs

goark-errs

JSON →
library1.3.4gogounverified

Package errs implements functions to manipulate error instances.

go get github.com/goark/errs
INSTALL
IMPORT
SIG · GOARK-ERRS
G
goark-errs
utilitygov1.3.4
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.

errs
github.com/goark/errs

Create a new error using the errs package.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
goark-errs — go get goark-errs · libregistry