The syntax highlighting scheme does not match Go's syntax.
It highlights non-reserved words. For example, looking at the front page right
now 'string' appears in the same color as 'func' and 'return', suggesting that
it is a reserved word too. But it is not. Variables and fields called string
are just fine and should not be highlighted.
Original issue reported on code.google.com by a...@golang.org on 13 Sep 2012 at 10:48
Original issue reported on code.google.com by
a...@golang.org
on 13 Sep 2012 at 10:48