From 3295be783909f1b6872b262f3d69ce8fa9a86364 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 13 Jan 2022 10:38:31 -0500 Subject: [PATCH] log --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index f809ef5..d546d3e 100755 --- a/main.go +++ b/main.go @@ -59,6 +59,7 @@ func main() { panic(err) } b, _ := ioutil.ReadAll(resp.Body) + log.Printf("%d: %s", resp.StatusCode, b) buff := bytes.NewBuffer(b) js, err := xj.Convert(buff) if err != nil {