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

https://github.com/wendal/errors

增强型errors包(for golang)
https://github.com/wendal/errors

Last synced: about 2 months ago
JSON representation

增强型errors包(for golang)

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
```