1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:11:22 -06:00
go/src/pkg/template
Rob Pike ebb1566a46 strings.Split: make the default to split all.
Change the signature of Split to have no count,
assuming a full split, and rename the existing
Split with a count to SplitN.
Do the same to package bytes.
Add a gofix module.

R=adg, dsymonds, alex.brainman, rsc
CC=golang-dev
https://golang.org/cl/4661051
2011-06-28 09:43:14 +10:00
..
doc.go template: rearrange the code into separate files. 2011-06-06 21:33:02 +00:00
execute.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
format.go template: change the signature of formatters for future development. 2010-12-01 13:33:49 -08:00
Makefile template: rearrange the code into separate files. 2011-06-06 21:33:02 +00:00
parse.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
template_test.go template: fix and clean interaction between quotes and formatters 2011-05-30 11:53:09 -03:00