Registry / utility / goexl-exc

goexl-exc

JSON →
library0.0.5gogounverified

Package exc provides exception handling utilities for Go applications.

go get github.com/goexl/exc
INSTALL
IMPORT
SIG · GOEXL-EXC
G
goexl-exc
utilitygov0.0.5
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.

exc
github.com/goexl/exc

Create and print a new exception

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
goexl-exc — go get goexl-exc · libregistry