aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/unicode/utf8/string_test.go
AgeCommit message (Collapse)Author
2012-01-17utf8.String: move to exp/utf8string.StringRob Pike
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5528115
2011-11-08renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike
R=rsc CC=golang-dev https://golang.org/cl/5345045
2011-11-03os,text,unicode: renamingsRob Pike
This is Go 1 package renaming CL #4. This one merely moves the source; the import strings will be changed after the next weekly release. This one moves pieces into os, text, and unicode. exec -> os/exec scanner -> text/scanner tabwriter -> text/tabwriter template -> text/template template/parse -> text/template/parse utf16 -> unicode/utf16 utf8 -> unicode/utf8 This should be the last of the source-rearranging CLs. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5331066