1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:21:21 -06:00
go/src/pkg/utf8
Robert Griesemer 3478891d12 gofmt -s -w src misc
R=r, rsc
CC=golang-dev
https://golang.org/cl/2662041
2010-10-22 10:06:33 -07: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 utf8.String: Slice(i,j) 2010-09-25 08:52:29 +10:00
string.go utf8.String: provide an Init method to avoid unnecessary allocation 2010-09-27 12:06:29 -07:00
utf8_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
utf8.go utf8: add DecodeLastRune and DecodeLastRuneInString to 2010-09-23 20:33:52 +10:00