/wave

:wavy_dash: Package wave is a thin helper layer on top of Go's net/rpc

Primary LanguageGoMIT LicenseMIT

Package wave

Project status GoDoc License

Package wave is a thin helper layer on top of Go's net/rpc

Why?

The intention of this library is to provide a thin wrapper around the std net/rpc package allowing the user to add functionality via hooks instead of creating a whole new framework.

NOTES: currently there are no hooks, first one will be hooking into the Register and RegisterName functions to allow any service discovery to be handled. This project is very much in it's early stages any contributions are welcome.

Package Versioning

I'm jumping on the vendoring bandwagon, you should vendor this package as I will not be creating different version with gopkg.in like allot of my other libraries.

Why? because my time is spread pretty thin maintaining all of the libraries I have + LIFE, it is so freeing not to worry about it and will help me keep pouring out bigger and better things for you the community.

License

Distributed under MIT License, please see license file in code for more details.