go/src/pkg/unicode
Rob Pike 37d82c8520 os,text,unicode: renamings
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
2011-11-03 14:18:06 -07:00
..
utf8 os,text,unicode: renamings 2011-11-03 14:18:06 -07:00
utf16 os,text,unicode: renamings 2011-11-03 14:18:06 -07:00
Makefile unicode: add the first few property tests for printing. 2011-06-04 07:46:22 +10:00
casetables.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
digit.go unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
digit_test.go unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
graphic.go unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
graphic_test.go unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
letter.go unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
letter_test.go unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
maketables.go all: sort imports 2011-11-02 15:54:16 -04:00
script_test.go unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
tables.go unicode: sort tables.go 2011-10-19 16:02:22 -04:00