]> Cypherpunks repositories - gostls13.git/commit
bytes, strings: replace reflect.DeepEqual and custom eq with slices.Equal in tests
authoraimuz <mr.imuz@gmail.com>
Mon, 5 Aug 2024 03:00:42 +0000 (03:00 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 5 Aug 2024 18:44:21 +0000 (18:44 +0000)
commit677e080dfed1f17de76d4914cf4935b4914e9ddb
tree227a9c520a83b22f22bfc56c21cbdd75a651b1dc
parentd465aee0b80b8eb0b63929deb8de0b21187c59a7
bytes, strings: replace reflect.DeepEqual and custom eq with slices.Equal in tests

Change-Id: I016672af79d49a00ddc2d0449cdaac61e98b4ba0
GitHub-Last-Rev: 38d15d9a03e5bd29e4b25f1d767e40cf7165a7a6
GitHub-Pull-Request: golang/go#68730
Reviewed-on: https://go-review.googlesource.com/c/go/+/602698
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/bytes/bytes_test.go
src/strings/strings_test.go