1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/pkg/strconv
Brad Fitzpatrick e198a5086a strings: Contains
Tiny helper to avoid strings.Index(s, sub) != -1

R=rsc, r2, r
CC=golang-dev
https://golang.org/cl/2265044
2010-11-01 14:32:48 -07:00
..
atob_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
atob.go Add strconv.Atob, Btoa. 2010-03-25 11:50:07 -07:00
atof_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
atof.go arm: enable all tests 2010-10-25 21:25:13 -07:00
atoi_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
atoi.go Trivial optimization. 2010-05-18 16:29:24 -07:00
decimal_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
decimal.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
fp_test.go tests: fix prints 2010-09-23 13:48:56 +10:00
ftoa_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
ftoa.go arm: enable all tests 2010-10-25 21:25:13 -07:00
internal_test.go arm: enable all tests 2010-10-25 21:25:13 -07:00
itoa_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
itoa.go strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small). 2010-07-01 14:44:21 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
quote_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
quote.go strings: Contains 2010-11-01 14:32:48 -07:00
testfp.txt mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00