Skip to content
/ rerr Public

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

License

Notifications You must be signed in to change notification settings

i-erokhin/rerr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

rerr

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

Not a big deal, just a little helper.

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

Gorilla JSON RPC 2.0: https://github.com/gorilla/rpc/tree/master/v2

License

MIT

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages