Versions in this module Expand all Collapse all v1 v1.0.13 Nov 14, 2023 Changes in this version + func DecodeJSONHttpResponse(r io.Reader, v interface{}, debug bool) error + func PrintError(err error, debug bool) + func PrintGetRequest(url string, debug bool) + func PrintJSONRequest(method string, url string, header http.Header, body []byte, debug bool) + func PrintPostJSONRequest(url string, body []byte, debug bool) + func PrintPostMultipartRequest(url string, mp map[string]string, debug bool) + func PrintStringResponse(str string, debug bool) v1.0.12-relses Nov 14, 2023