Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/i-erokhin/rerr

Golang helper for Gorilla JSON RPC 2.0. Common errors with codes and messages.
https://github.com/i-erokhin/rerr

go golang json-rpc json-rpc2 rpc

Last synced: 29 days ago
JSON representation

Golang helper for Gorilla JSON RPC 2.0. Common errors with codes and messages.

Awesome Lists containing this project

README

        

rerr
====

Golang helper for Gorilla JSON RPC 2.0. Common errors with codes and messages.

Not a big deal, just a little helper.

```go
if err != nil {
rerr.New(rerr.EDuplicate, err)
}
```

Gorilla JSON RPC 2.0:

License
=======

MIT