go-errors
There are 20 repositories under go-errors topic.
gookit/goutil
💪 Helper Utils(800+): int, byte, string, array/slice, map, struct, dump, convert/format, error, web/http, cli/flag, OS/ENV, filesystem, system, test/assert, time and more. Go 常用的工具函数:数字,字符串,数组,Map,结构体,反射,文本,文件,错误,时间日期,特殊处理,格式化,常用信息获取等等
Southclaws/fault
Go errors but structured and composable. Fault provides an extensible yet ergonomic mechanism for wrapping errors.
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
hanagantig/aerrors
async errors handling in GO
tiendc/go-apperrors
Manipulate application errors with ease
electrofocus/errchain
Go package for errors chaining for further examining using standard errors.Is and errors.As functions
ace-zhaoy/errors
errors with stacktraces for go, support error code, support error check
dnozdrin/errdetail
Wrap multiple errors in one Go error type.
aperezg/sample-errors
errors #golang from sentinels errors to behavioural errors on go 1.13
cr-mao/errors
go errors包
Christochi/error-handler
Generic error package that can be used to handle errors in your applications, services or any other "adapter" your service may use
GabrielHCataldo/go-errors
🪳 Lib written in Go, facilitates and improves the visibility of errors that occur in your project, for better bug debugging, we have a robust structure and following the standard error interface, we have message, file, line, stack trace, cause everything for your project.
iimos/go-check-err-chains
Go linter that checks that the error text contains a prefix indicating the package/function/method where the error occurred
ojizero/errors
More contextually aware Go errors.
gritt/oficina-go-error-handling
talk about error handling in Golang
secondtruth/go-errors-ext
🚨 Extensions for error creation and handling in Go
TomWright/cerr
Coded error handling in Go.
veggiemonk/go-interfaces-demo
example code from a presentation "Go interfaces, error & context"