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

https://github.com/spacetab-io/errors-go


https://github.com/spacetab-io/errors-go

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

errors-go
--------

Mini packet to work with errors

## Methods

### HasErrors(interface{}) bool

Checks if error occurs in passed var.

### Wrap(method, action string, error) error

Wraps error with method and action, where it occurred.