https://github.com/seacraft/errors
Based on github.com/pkg/errors package, add support for error code, fully compatible with github.com/pkg/errors.
https://github.com/seacraft/errors
error-code go golang-library
Last synced: about 1 month ago
JSON representation
Based on github.com/pkg/errors package, add support for error code, fully compatible with github.com/pkg/errors.
- Host: GitHub
- URL: https://github.com/seacraft/errors
- Owner: seacraft
- License: apache-2.0
- Created: 2023-12-23T14:32:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T17:36:33.000Z (over 2 years ago)
- Last Synced: 2025-12-26T23:41:16.349Z (6 months ago)
- Topics: error-code, go, golang-library
- Language: Go
- Homepage: https://github.com/seacraft/errors
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# errors

[](https://pkg.go.dev/github.com/seacraft/errors?tab=doc)
[](https://goreportcard.com/report/github.com/seacraft/errors)
[](https://golangci.com/r/github.com/seacraft/errors)
[](https://github.com/seacraft/errors/releases)
[](https://github.com/seacraft/errors/blob/main/LICENSE)
[](https://github.com/seacraft/errors/releases)
Based on the `github.com/pkg/errors` package, it adds support for `error code` and is fully compatible with `github.com/pkg/errors`.
The performance is basically the same as `github.com/pkg/errors`.