Well that's dumb of me - too busy thinking about other details and
forgetting the language I was speaking. Thanks.

On Thu, 2017-08-31 at 01:24 -0700, moehrmann via golang-nuts wrote:
> m is an unexported Field. fmt can not use interface() on the reflect
> values 
> to then call String on them on anything unexported or below. 
> 
> This also happens if m is just interface{} and not a map:
> https://play.golang.org/p/ODrjW3Fslf
> 
> If m is made an exported field by naming it M it works:
> https://play.golang.org/p/Q1O31-XMBP

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to