1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-11-23 16:52:06 +01:00

Fix misleading comment

This commit is contained in:
adnano 2020-09-25 23:29:26 -04:00
parent 5dae633597
commit 47a6ce56f6

@ -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