Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maragudk/errors

errors provides Wrap in addition to the functions in the stdlib errors package.
https://github.com/maragudk/errors

Last synced: 3 months ago
JSON representation

errors provides Wrap in addition to the functions in the stdlib errors package.

Awesome Lists containing this project

README

        

# errors

[![GoDoc](https://pkg.go.dev/badge/maragu.dev/errors)](https://pkg.go.dev/maragu.dev/errors)
[![Go](https://github.com/maragudk/errors/actions/workflows/ci.yml/badge.svg)](https://github.com/maragudk/errors/actions/workflows/ci.yml)

A simple wrapper around stdlib `errors` package, that adds a `Wrap` function.

```shell
go get maragu.dev/errors
```

Made in 🇩🇰 by [maragu](https://www.maragu.dk/), maker of [online Go courses](https://www.golang.dk/).