Registry / utility / wiggin77-merror

wiggin77-merror

JSON →
library1.0.5gogounverified

Multi-error handling library for Go.

go get github.com/wiggin77/merror
INSTALL
IMPORT
SIG · WIGGIN77-MERROR
W
wiggin77-merror
utilitygov1.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.

merror
✓ github.com/wiggin77/merror

Collect multiple errors and retrieve them as a single error.

package main import ( "github.com/wiggin77/merror" ) func main() { merr := merror.New() merr.Append(fmt.Errorf("error1")) merr.Append(fmt.Errorf("error2")) _ = merr.ErrorOrNil() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
wiggin77-merror — go get wiggin77-merror · libregistry