https://github.com/ubuntu/decorate
Go package containing various helpers to decorate errors with fewer lines of code in functions.
https://github.com/ubuntu/decorate
Last synced: about 1 year ago
JSON representation
Go package containing various helpers to decorate errors with fewer lines of code in functions.
- Host: GitHub
- URL: https://github.com/ubuntu/decorate
- Owner: ubuntu
- License: mit
- Created: 2023-01-25T11:35:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T12:42:40.000Z (over 1 year ago)
- Last Synced: 2025-04-20T15:44:37.573Z (about 1 year ago)
- Language: Go
- Size: 50.8 KB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Decorate
This module offers various helpers to decorate errors with few lines of code in functions. It was a convenience submodule in some of Ubuntu's and Canonical's projects, so we decided to extract it into its own repository so we can share it with the world.
[](https://github.com/ubuntu/decorate/actions/workflows/qa.yaml?query=workflow%3AQA)
[](https://pkg.go.dev/github.com/ubuntu/decorate)
[](https://goreportcard.com/report/ubuntu/decorate)
[](https://github.com/ubuntu/decorate/blob/main/LICENSE)
## Development
Your help would be very much appreciated! Check out the [CONTRIBUTING](./CONTRIBUTING.md) document to see how you could collaborate.
## Contact
You are welcome to create a new issue on this repository if you find bugs or wish to make any feature request.