1
0
mirror of https://github.com/golang/go synced 2024-10-05 14:11:22 -06:00
go/src/fmt
Nathan VanBenschoten b04f3b06ec all: replace strings.Index with strings.Contains where possible
Change-Id: Ia613f1c37bfce800ece0533a5326fca91d99a66a
Reviewed-on: https://go-review.googlesource.com/18120
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
2016-02-19 01:06:05 +00:00
..
doc.go fmt: clarify reflect.Value printing 2015-10-19 18:29:36 +00:00
export_test.go
fmt_test.go internal/race: add package 2015-11-26 16:50:31 +00:00
format.go fmt: restore padding for %x on byte slices and strings 2015-06-29 07:17:23 +00:00
print.go fmt: allow any type in a format's width argument 2015-09-10 20:53:22 +00:00
scan_test.go all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
scan.go Revert "fmt: check newline in the end of input" 2015-12-11 06:35:20 +00:00
stringer_test.go