1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:21:22 -06:00
go/src/pkg/fmt
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
..
doc.go fmt/Printf: document and tweak error messages produced for bad formats 2010-09-24 11:53:26 +10:00
fmt_test.go strings: Contains 2010-11-01 14:32:48 -07:00
format.go fmt.Printf: fix bug in handling of %#v. 2010-06-28 14:11:38 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
print.go fmt: allow %d on []byte 2010-10-04 11:57:48 +02:00
scan_test.go testing: eliminate testing/regexp 2010-10-28 16:54:24 -07:00
scan.go ... changes 2010-09-24 11:55:48 -04:00
stringer_test.go fmt.Print*: reimplement to switch on type first. 2010-06-14 17:16:35 -07:00