(h string)
| 28 | var UserAgent = "Hub " + version.Version |
| 29 | |
| 30 | func NewClient(h string) *Client { |
| 31 | return NewClientWithHost(&Host{Host: h}) |
| 32 | } |
| 33 | |
| 34 | func NewClientWithHost(host *Host) *Client { |
| 35 | return &Client{Host: host} |
no test coverage detected
searching dependent graphs…