1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/text
Rob Pike 0ba7ffe289 text/template: allow eq to take more than two arguments
Based on an old suggestion by rsc, it compares the second
and following arguments to the first.

Unfortunately the code cannot be as pretty as rsc's original
because it doesn't require identical types.

R=golang-dev, dsymonds, adg
CC=golang-dev
https://golang.org/cl/13509046
2013-09-04 13:42:22 +10:00
..
scanner text/scanner: skip first character if it's a BOM 2012-09-07 17:15:42 -07:00
tabwriter doc: various "the the" and other typos 2012-07-08 11:57:04 +10:00
template text/template: allow eq to take more than two arguments 2013-09-04 13:42:22 +10:00