From 4864d2ad677e08b6729e280e35b3a26ddf90db23 Mon Sep 17 00:00:00 2001 From: adnano Date: Tue, 23 Feb 2021 17:52:47 -0500 Subject: [PATCH] Update documentation --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 227180a..19e50fc 100644 --- a/doc.go +++ b/doc.go @@ -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.