1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:21:21 -06:00
go/src/pkg/utf8
Rob Pike 1ce6245d6c throughout: fix broken calls to Printf etc.
I have written a tool to verify Printf calls, and although it's not
ready to be reviewed yet it's already uncovered a spate of problems
in the repository.  I'm sending this CL to break the changes into
pieces; as the tool improves it will find more, I'm sure.

R=rsc
CC=golang-dev
https://golang.org/cl/3427043
2010-12-07 16:42:54 -05:00
..
Makefile utf8: Add new type String to automate string indexing by code point. 2010-09-25 06:58:34 +10:00
string_test.go throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
string.go utf8.String: provide an Init method to avoid unnecessary allocation 2010-09-27 12:06:29 -07:00
utf8_test.go throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
utf8.go utf8: make EncodeRune's destination the first argument. 2010-11-30 16:59:43 -05:00