]> Cypherpunks repositories - gostls13.git/commit
all: use bytes.Equal, bytes.Contains and strings.Contains, again
authorDominik Honnef <dominik@honnef.co>
Fri, 1 Apr 2016 05:34:18 +0000 (07:34 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 11 Apr 2016 15:16:54 +0000 (15:16 +0000)
commit683917a72154e3409e1ab5ef5b26030388312d0b
tree90255497e68b819bdc0f9a1d40c915d72fe3165b
parent4f12cc08132f3e5d2ba4b756c91d88c2e58a73b1
all: use bytes.Equal, bytes.Contains and strings.Contains, again

The previous cleanup was done with a buggy tool, missing some potential
rewrites.

Change-Id: I333467036e355f999a6a493e8de87e084f374e26
Reviewed-on: https://go-review.googlesource.com/21378
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/go_test.go
src/html/template/url.go
src/net/http/serve_test.go
src/path/filepath/path_test.go
src/runtime/gcinfo_test.go