diff options
| author | Adnan Maolood <[email protected]> | 2021-02-23 17:52:47 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-23 17:52:47 -0500 |
| commit | 5cf936d304925329decc86baebbc1c44db9c9f3f (patch) | |
| tree | c0132a79f546174301b4ba35f0847ce2fc652f83 /doc.go | |
| parent | Update examples/client.go (diff) | |
| download | go-gemini-5cf936d304925329decc86baebbc1c44db9c9f3f.tar.xz go-gemini-5cf936d304925329decc86baebbc1c44db9c9f3f.zip | |
Update documentation
Diffstat (limited to 'doc.go')
| -rw-r--r-- | doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |