-
Matthew Dempsky authored
bytes.Equal is simpler to read and should also be faster because of short-circuiting and assembly implementations. Change generated automatically using: gofmt -r 'bytes.Compare(a, b) == 0 -> bytes.Equal(a, b)' gofmt -r 'bytes.Compare(a, b) != 0 -> !bytes.Equal(a, b)' R=golang-dev, dave, adg, rsc CC=golang-dev https://golang.org/cl/7038051
46811d27
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
asn1.go | ||
asn1_test.go | ||
common.go | ||
marshal.go | ||
marshal_test.go |