1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:21:22 -06:00
go/src/pkg/text
Rob Pike 0e45890c8b text/template/parse: restore the goroutine
To avoid goroutines during init, the nextItem function was a
clever workaround. Now that init goroutines are permitted,
restore the original, simpler design.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6282043
2012-06-01 18:34:14 -07:00
..
scanner text/scanner: update comments 2012-02-09 15:26:08 -08:00
tabwriter pprof: add Profile type 2012-02-22 21:46:12 -05:00
template text/template/parse: restore the goroutine 2012-06-01 18:34:14 -07:00