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,结构体,反射,文本,文件,错误,时间日期,特殊处理,格式化,常用信息获取等等

    Language:Go2.3k3442198
  • fault

    Southclaws/fault

    Go errors but structured and composable. Fault provides an extensible yet ergonomic mechanism for wrapping errors.

    Language:Go3014238
  • 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.

    Language:Go73115
  • friendsofgo/errors

    Simple error handling primitives

    Language:Go60447
  • hanagantig/aerrors

    async errors handling in GO

    Language:Go12111
  • tiendc/go-apperrors

    Manipulate application errors with ease

    Language:Go8200
  • electrofocus/errchain

    Go package for errors chaining for further examining using standard errors.Is and errors.As functions

    Language:Go5100
  • ace-zhaoy/errors

    errors with stacktraces for go, support error code, support error check

    Language:Go2102
  • dnozdrin/errdetail

    Wrap multiple errors in one Go error type.

    Language:Go2200
  • aperezg/sample-errors

    errors #golang from sentinels errors to behavioural errors on go 1.13

    Language:Go1100
  • cr-mao/errors

    go errors包

    Language:Go1100
  • 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

    Language:Go0100
  • 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.

    Language:Go0100
  • 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

    Language:Go0100
  • ojizero/errors

    More contextually aware Go errors.

    Language:Go0101
  • gritt/oficina-go-error-handling

    talk about error handling in Golang

    Language:Go10
  • secondtruth/go-errors-ext

    🚨 Extensions for error creation and handling in Go

    Language:Go10
  • TomWright/cerr

    Coded error handling in Go.

    Language:Go30
  • veggiemonk/go-interfaces-demo

    example code from a presentation "Go interfaces, error & context"

    Language:Go