aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
authoradnano <[email protected]>2020-09-25 23:29:26 -0400
committeradnano <[email protected]>2020-09-25 23:29:26 -0400
commitd5d491e9c25a122792f583895a03e27678efd3bf (patch)
treeae07f7e4ffe7c5158477d60abb2794b48fdd5df5 /client.go
parentDistinguish client errors from server errors (diff)
downloadgo-gemini-d5d491e9c25a122792f583895a03e27678efd3bf.tar.xz
go-gemini-d5d491e9c25a122792f583895a03e27678efd3bf.zip
Fix misleading comment
Diffstat (limited to 'client.go')
-rw-r--r--client.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.go b/client.go
index 1e84a25..2b62e03 100644
--- a/client.go
+++ b/client.go
@@ -27,7 +27,6 @@ type Request struct {
URL *url.URL
// For client requests, Host specifies the host on which the URL is sought.
- // If this field is empty, the host will be inferred from the URL.
// This field is ignored by the server.
Host string