We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8d9e7 commit 798e328Copy full SHA for 798e328
results.go
@@ -62,6 +62,7 @@ func (r Result) ExtractInto(to interface{}) error {
62
if err != nil {
63
return err
64
}
65
+ fmt.Println(string(b))
66
err = json.Unmarshal(b, to)
67
68
0 commit comments