]> Cypherpunks repositories - gostls13.git/commit
all: use bytes.Equal, bytes.Contains and strings.Contains
authorDominik Honnef <dominik@honnef.co>
Fri, 1 Apr 2016 01:49:43 +0000 (03:49 +0200)
committerDave Cheney <dave@cheney.net>
Fri, 1 Apr 2016 02:05:01 +0000 (02:05 +0000)
commit1cb3044c9fcd88e1557eca1bf35845a4108bc1db
tree0ab6a665c480df7fa978af784cb2bb702acdc27f
parent42d62946946eb0e6dc55fe76973c84eafd113154
all: use bytes.Equal, bytes.Contains and strings.Contains

Change-Id: Iba82a5bd3846f7ab038cc10ec72ff6bcd2c0b484
Reviewed-on: https://go-review.googlesource.com/21377
Run-TryBot: Dave Cheney <dave@cheney.net>
Reviewed-by: Dave Cheney <dave@cheney.net>
src/cmd/compile/internal/gc/global_test.go
src/cmd/gofmt/gofmt_test.go
src/compress/flate/writer_test.go
src/crypto/cipher/xor_test.go
src/crypto/x509/verify_test.go
src/crypto/x509/x509_test.go
src/encoding/xml/marshal.go
src/html/template/css.go
src/html/template/escape_test.go
src/internal/trace/parser.go