Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/i-erokhin/rerr
- Owner: i-erokhin
- License: mit
- Created: 2018-03-16T09:57:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T15:46:10.000Z (over 6 years ago)
- Last Synced: 2024-08-03T23:29:49.842Z (4 months ago)
- Topics: go, golang, json-rpc, json-rpc2, rpc
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - rerr
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