]> Cypherpunks.ru repositories - gostls13.git/commit
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 26 Sep 2018 21:10:21 +0000 (21:10 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 26 Sep 2018 22:14:25 +0000 (22:14 +0000)
commitda0d1a44bac379f5acedb1933f85400de08f4ac6
tree20ac5d1ee7aeed87d3fa33f7e401309d62207f30
parente35a41261b19589f40d32bd66274c23ab4b9b32e
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable

I omitted vendor directories and anything necessary for bootstrapping.
(Tested by bootstrapping with Go 1.4)

Updates #27864

Change-Id: I7d9b68d0372d3a34dee22966cca323513ece7e8a
Reviewed-on: https://go-review.googlesource.com/137856
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
56 files changed:
src/cmd/fix/main.go
src/cmd/fix/typecheck.go
src/cmd/go/go_test.go
src/cmd/go/internal/envcmd/env.go
src/cmd/go/internal/get/vcs.go
src/cmd/go/internal/modconv/convert_test.go
src/cmd/go/internal/modfetch/codehost/codehost.go
src/cmd/go/internal/modfetch/coderepo_test.go
src/cmd/go/internal/modfetch/proxy.go
src/cmd/go/internal/modload/import_test.go
src/cmd/go/internal/modload/query_test.go
src/cmd/go/internal/search/search.go
src/cmd/go/internal/work/build.go
src/cmd/go/internal/work/exec.go
src/cmd/go/proxy_test.go
src/cmd/go/script_test.go
src/cmd/go/testdata/addmod.go
src/cmd/go/vendor_test.go
src/cmd/gofmt/gofmt_test.go
src/cmd/internal/goobj/read.go
src/cmd/trace/trace.go
src/cmd/vet/main.go
src/cmd/vet/vet_test.go
src/crypto/rsa/pss_test.go
src/crypto/x509/root_darwin_arm_gen.go
src/encoding/base32/base32_test.go
src/encoding/base64/base64_test.go
src/flag/flag.go
src/go/constant/value_test.go
src/go/doc/doc_test.go
src/go/printer/example_test.go
src/html/template/js.go
src/html/template/url.go
src/mime/multipart/formdata_test.go
src/mime/multipart/multipart_test.go
src/net/http/cgi/child.go
src/net/http/httputil/dump_test.go
src/net/http/readrequest_test.go
src/net/http/request_test.go
src/net/http/serve_test.go
src/net/lookup_windows_test.go
src/net/mail/message_test.go
src/net/net_windows_test.go
src/net/url/example_test.go
src/net/url/url_test.go
src/os/path_windows_test.go
src/path/filepath/path.go
src/path/filepath/path_test.go
src/path/filepath/path_windows.go
src/path/filepath/path_windows_test.go
src/runtime/pprof/internal/profile/profile.go
src/runtime/pprof/pprof_test.go
src/runtime/runtime-gdb_test.go
src/strings/example_test.go
src/testing/sub_test.go
src/text/template/exec.go