Re: [go-nuts] Question about fmt.Printf of maps

2018-10-18 Thread Burak Serdar
On Thu, Oct 18, 2018 at 10:37 PM Rusco wrote: > > I just tried this Google Playground recipe from Bradfritz: > > https://play.golang.org/p/RYac90kI-H > > (seen via https://github.com/golang/go/issues/21095) > > and noted that y appears in the output but x appears as . > > Can someone explain me wh

[go-nuts] Question about fmt.Printf of maps

2018-10-18 Thread Rusco
I just tried this Google Playground recipe from Bradfritz: https://play.golang.org/p/RYac90kI-H (seen via https://github.com/golang/go/issues/21095) and noted that y appears in the output but x appears as . Can someone explain me why ? I was expecting that x appears in the same way like y. p