summaryrefslogtreecommitdiff
path: root/src/unicode
Commit message (Collapse)AuthorAgeFilesLines
* unicode/utf8: fix docs for DecodeRune(empty) and friends.Nigel Tao2014-10-161-8/+18
| | | | | | | LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/157080043
* build: move package sources from src/pkg to srcRuss Cox2014-09-0816-0/+11352
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.