aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.go b/client.go
index 9609ac5..1b46ea0 100644
--- a/client.go
+++ b/client.go
@@ -74,7 +74,7 @@ func NewProxyRequest(host, rawurl string) (*Request, error) {
}, nil
}
-// Do completes a request.
+// Do sends a Gemini request and returns a Gemini response.
func (c *Client) Do(req *Request) (*Response, error) {
host := req.Host
if strings.LastIndex(host, ":") == -1 {