From f665dba9a010f60b23e555c6da7fde8ce129938f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Sim=C3=A3o?= Date: Tue, 26 Oct 2021 17:29:50 +0000 Subject: [PATCH] Update 'lib.go' --- lib.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib.go b/lib.go index 34ef38d..59c9b0f 100644 --- a/lib.go +++ b/lib.go @@ -3,6 +3,7 @@ package httpcli import ( "bytes" "encoding/json" + "errors" "io" "net/http" "strings"