Update 'lib.go'

This commit is contained in:
Paulo Simão 2021-10-26 17:29:50 +00:00
parent c42f7a8227
commit f665dba9a0

1
lib.go
View File

@ -3,6 +3,7 @@ package httpcli
import ( import (
"bytes" "bytes"
"encoding/json" "encoding/json"
"errors"
"io" "io"
"net/http" "net/http"
"strings" "strings"