cgminer golang client Just enough of the client to get some work done. PR's welcome. Thanks to HyperBitShop.io for sponsoring this project. Usage: client := cgminer_client.New("10.0.0.1", 4028, 5) Build Install dep and the dependencies... make dep make