1
0
Fork 0

Fix comment about a the New() client function

master
Philip O'Toole 8 years ago
parent 686af67a69
commit d26597a679

@ -18,7 +18,7 @@ type Client struct {
url string
}
// New returns an uninitialized Discovery Service client.
// New returns an initialized Discovery Service client.
func New(url string) *Client {
return &Client{
url: url,

Loading…
Cancel
Save