On Fri, 13 Jan 2017, at 10:12 AM, mailte...@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.