you could also implment unmarshaler interface

https://blog.gopheracademy.com/advent-2016/advanced-encoding-decoding/



On Friday, January 13, 2017 at 6:18:01 PM UTC+1, mail...@gmail.com wrote:
>
>
> Hello,
>
> Ignoring the error does not help 
>
> https://play.golang.org/p/a8AIcHWII6
>
> Thank you.
>
>
> On Friday, 13 January 2017 15:38:45 UTC+1, Ian Davis wrote:
>>
>> On Fri, 13 Jan 2017, at 10:12 AM, mail...@gmail.com wrote:
>>
>>
>> Hello,
>>
>> Have been struggling with mitigating against nil pointer deference and i 
>> would appreciate if anyone can help
>>
>> Code 1:   Works file 
>> https://play.golang.org/p/lhOh9g5R9l
>>
>>
>> Code 2: Error
>> https://play.golang.org/p/pY4F9bK-D9
>>
>>
>> In this case you must not ignore the error returned from json.Unmarshal. 
>> If an error is returned then p will be nil.
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to