1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-18 13:31:36 +02:00

Update documentation

This commit is contained in:
adnano 2021-02-23 17:52:47 -05:00
parent 81803e8a44
commit 4864d2ad67

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.