chef
chef copied to clipboard
Bust out services into packages
Would be good to break out the client bits of http.go then each service into their own packages. The model with the service struct embedding a client should serve this right I think. where each service will require client, and that would require auth and http. dunno probably needs some exploration / spike time. Also up for whatever ideas people may have on this one.