master
Bel LaPointe 2022-01-13 10:38:31 -05:00
parent 16a42bf8fb
commit 3295be7839
1 changed files with 1 additions and 0 deletions

View File

@ -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 {