Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maragudk/errors
- Owner: maragudk
- License: mit
- Created: 2021-01-07T10:13:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:04:22.000Z (4 months ago)
- Last Synced: 2024-09-13T21:13:34.754Z (4 months ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).