eader or **http.Header ??*
Thank You.
On Thursday, June 16, 2016 at 3:14:00 PM UTC+5:30, User123 wrote:
> The data I am trying to marshal contains serialized data. This data is
> received in http response.
>
> It works perfectly when I try in version 1.4.1/ 1.4.2.
>
> But when I try
Is it giving error since it has null values?
I'm just not able to get it. Since this code works perfectly fine in 1.4.2
On Thursday, June 16, 2016 at 4:08:38 PM UTC+5:30, User123 wrote:
>
> I cannot provide the full code sincethere are some dependencies.
>
> I did fmt.println o
uot;,"Source","Name","Raw_Data"*
* 0x10a3c2d0}]}})*
On Thursday, June 16, 2016 at 3:21:48 PM UTC+5:30, Dave Cheney wrote:
>
> Hello,
>
> Can you please provide a runnable code sample that shows the problem.
>
> Thanks
>
> Dave
>
> On Thursday, 16
The data I am trying to marshal contains serialized data. This data is
received in http response.
It works perfectly when I try in version 1.4.1/ 1.4.2.
But when I try this to the latest version 1.6 it gives an error: *json:
unsupported type: <-chan struct {}*
Why is it so?
I am not able to