golang-errors
There are 16 repositories under golang-errors topic.
naughtygopher/errors
A drop-in replacement for Go errors, with some added sugar! Unwrap user-friendly messages, HTTP status code, easy wrapping with multiple error types.
friendsofgo/errors
Simple error handling primitives
kataras/go-errors
:warning: Better GoLang error handling.
preslavrachev/pipe
Somewhat idiomatic and easy-to-glance-at Go pipelines
xybor-x/xyerror
Python-like error design in Golang
electrofocus/errchain
Go package for errors chaining for further examining using standard errors.Is and errors.As functions
hedhyw/semerr
A way of dealing with Golang errors
rozturac/cerror
š„· CError (Custom Error Handling)
aperezg/sample-errors
errors #golang from sentinels errors to behavioural errors on go 1.13
bikbah/stackerror
stack error package for golang
Hidayathamir/errorsx
Golang error extra. Wrap error, set error message, set error code.
Kamva/shark
Shark is error and panic handling package.
muonsoft/errors
Errors for structured logging
wiggin77/merror
Multiple Error aggregator for Go.
kayceenuel/output-and-error-handling
Error handling and output managemen
sebastianwebber/berr
Better errors replaces the standard error message with a more detailed one.