8 Aug 2012 16:16
Re: Re: Curious oddity with gofmt
This is grouped because grouping makes it easier to parse by humans: x := 2*3 + 4*5/3 + 2*(2+9) This is not grouped because there's nothing ambiguous about it: y := 1 + 1 -- -- Aram Hăvărneanu
This is grouped because grouping makes it easier to parse by humans: x := 2*3 + 4*5/3 + 2*(2+9) This is not grouped because there's nothing ambiguous about it: y := 1 + 1 -- -- Aram Hăvărneanu
RSS Feed