Hypergo
A Go client for HyperDex.
Install / Use
/learn @derekchiang/HypergoREADME
hypergo
DEPRECATION NOTICE
hypergo has been merged upstream and can be found in the HyperDex repo. This repo is no longer maintained.
Installation
First of all, install HyperDex. This is necessary because hypergo relies on HyperDex's official C client.
If installing via a package manager, you would want to also install the HyperDex dev packages. An example based on Debian would be, apt-get install hyperdex libhyperdex-client-dev libhyperdex-admin-dev libhyperdex-dev
Then, go get github.com/derekchiang/hypergo
Status
Usable.
Credit
Thanks to tiborvass for contributing some of the original code via hyperclient.
License
Please refer to the license for HyperDex.
