Go client for Helios
This is very much a work in progress. Only a couple methods have been implemented.
import "github.com/spotify/helios-go/helios"
// Construct a Helios client. Uses SRV lookup to find masters in "example.net".
client, err := helios.NewClient("example.net", nil)
// List all available hosts.
hosts, err := client.Hosts.List()