-
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 |
---|---|---|
.. | ||
arith.go | ||
arith_386.s | ||
arith_amd64.s | ||
arith_arm.s | ||
arith_decl.go | ||
arith_test.go | ||
calibrate_test.go | ||
example_test.go | ||
gcd_test.go | ||
hilbert_test.go | ||
int.go | ||
int_test.go | ||
nat.go | ||
nat_test.go | ||
rat.go | ||
rat_test.go |