Skip to content

Commit 798e328

Browse files
author
tao.zhu
committed
add debug log
1 parent 9a8d9e7 commit 798e328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

results.go

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func (r Result) ExtractInto(to interface{}) error {
6262
if err != nil {
6363
return err
6464
}
65+
fmt.Println(string(b))
6566
err = json.Unmarshal(b, to)
6667

6768
return err

0 commit comments

Comments
 (0)