yxhl

Results 1 comments of yxhl

The op type is the AsyncResponse. ``` type AsyncResponse struct { Resp *Response Err error } ``` I change this line with: `fmt.Println(op.Resp.GetBodyAsString())` It can work.