https://github.com/wendal/errors
增强型errors包(for golang)
https://github.com/wendal/errors
Last synced: about 2 months ago
JSON representation
增强型errors包(for golang)
- Host: GitHub
- URL: https://github.com/wendal/errors
- Owner: wendal
- License: apache-2.0
- Created: 2013-01-28T08:22:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T12:53:51.000Z (over 6 years ago)
- Last Synced: 2025-04-22T19:06:37.684Z (about 2 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
errors
======增强型errors包(for golang)
--------------------------完全兼容官方的errors包,且附带堆栈信息,方便debug
----------------------------------------------API完全兼容
安装
----```
go get github.com/wendal/errors
```使用
----仅需将
```
import errors
```改为
```
import github.com/wendal/errors
```