Versions in this module Expand all Collapse all v0 v0.9.1 Jul 31, 2015 Changes in this version + func HomePath() string + type Clients struct + ApiURL string + Client *heroku.Client + func New(nrc *NetRc, agent string) (*Clients, error) + type NetRc struct + func LoadNetRc() (nrc *NetRc, err error) + func (nrc *NetRc) GetCreds(apiURL *url.URL) (user, pass string, err error) + func (nrc *NetRc) RemoveCreds(host string) error + func (nrc *NetRc) SaveCreds(address, user, pass string) error