On Mon, Apr 8, 2019 at 2:41 PM Ian Lance Taylor wrote:
> On Sun, Apr 7, 2019 at 6:19 PM Amit Saha wrote:
> >
> > I am seeing (what I think) a somewhat confusing behavior which I am not
> sure I understand. The working code example is at
> https://play.golang.org/p/GEqT4MiZQnq
> >
> >
> > Basical
On Sun, Apr 7, 2019 at 6:19 PM Amit Saha wrote:
>
> I am seeing (what I think) a somewhat confusing behavior which I am not sure
> I understand. The working code example is at
> https://play.golang.org/p/GEqT4MiZQnq
>
>
> Basically, I have a map which I am iterating over in a template:
>
>
> m :
Hi all,
I am seeing (what I think) a somewhat confusing behavior which I am not
sure I understand. The working code example is at
https://play.golang.org/p/GEqT4MiZQnq
Basically, I have a map which I am iterating over in a template:
m := map[int]string{
1: "\"Hello\"\n",
2: "\"World\"\n",