1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/pkg/text/template
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
..
parse text/template/parse: restore the goroutine 2012-06-01 18:34:14 -07:00
testdata text/template: new, simpler API 2011-11-23 20:17:22 -08:00
doc.go text/template: fix typo in package comment 2012-03-23 11:31:29 -07:00
example_test.go godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
examplefiles_test.go text/template: add examples that use multiple templates 2012-03-01 14:55:18 +11:00
examplefunc_test.go text/template: add example showing use of custom function 2012-02-28 15:50:41 +11:00
exec_test.go text/template: exec should accept interface value as valid. 2012-05-22 15:21:35 -07:00
exec.go text/template: exec should accept interface value as valid. 2012-05-22 15:21:35 -07:00
funcs.go html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00
helper.go text/template: new, simpler API 2011-11-23 20:17:22 -08:00
multi_test.go text/template: fix a couple of parse bugs around identifiers. 2012-03-14 07:03:11 +11:00
template.go text/template: fix redefinition bugs 2012-02-28 14:23:57 +11:00