]> Cypherpunks repositories - gostls13.git/commit
all: replace strings.Index with strings.Contains where possible
authorNathan VanBenschoten <nvanbenschoten@gmail.com>
Tue, 22 Dec 2015 07:40:47 +0000 (02:40 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2016 01:06:05 +0000 (01:06 +0000)
commitb04f3b06ec347543b0eafe82dcfb0e05885d3feb
treec9d889546ef895fce8b8a2c04c7e06cc998c1842
parent952c2fd606fad19b930937ca0d5c5571d7f5d4cb
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>
26 files changed:
src/cmd/compile/internal/big/ratconv.go
src/cmd/compile/internal/gc/bexport.go
src/encoding/csv/writer.go
src/encoding/gob/codec_test.go
src/encoding/gob/encoder_test.go
src/encoding/gob/gobencdec_test.go
src/encoding/xml/marshal.go
src/fmt/scan_test.go
src/go/doc/comment.go
src/go/types/universe.go
src/math/big/ratconv.go
src/mime/grammar.go
src/net/http/fs.go
src/net/rpc/server_test.go
src/net/url/url.go
src/os/exec/lp_windows.go
src/path/filepath/match.go
src/path/filepath/match_test.go
src/path/match.go
src/regexp/regexp.go
src/regexp/syntax/regexp.go
src/runtime/debug/stack_test.go
src/text/template/exec.go
src/text/template/funcs.go
src/text/template/parse/lex.go
src/time/format_test.go