Update documentation

This commit is contained in:
Adnan Maolood 2021-02-23 17:52:47 -05:00
parent f1f933925c
commit 5cf936d304
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -9,7 +9,7 @@ Client is a Gemini client.
if err != nil {
// handle error
}
defer resp.Body.Close()
defer resp.Close()
// ...
Server is a Gemini server.