Registry / utility / x-exp-errors

x-exp-errors

JSON →
library0.0.0-20260611194520-c48552f49976gogounverified

Package errors implements functions to manipulate errors, part of the Go experimental repository.

go get golang.org/x/exp/errors
INSTALL
IMPORT
SIG · X-EXP-ERRORS
X
x-exp-errors
utilitygov0.0.0-20260611194520-c48552f49976
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
golang.org/x/exp/errors

Create a new error using the experimental errors package.

package main import ( "golang.org/x/exp/errors" ) func main() { err := errors.New("something went wrong") _ = err }
Debug
Known issues
breakingThis package is experimental and may change or be removed.
fix
Use the standard library errors package for stable code.
affects: all
Upgrade
Version history
0.0.0-20260611194520-c48552f49976latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources