]> Cypherpunks repositories - gostls13.git/commit
cmd/link: replace bytes.Compare call with bytes.Equal
authorguoguangwu <guoguangwug@gmail.com>
Thu, 7 Mar 2024 01:57:07 +0000 (01:57 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 7 Mar 2024 19:08:09 +0000 (19:08 +0000)
commite0ba596c15dd82aad021c0c812fda6ca14ce118a
tree0f2cc2fca9da95eb8de715ec2e9422b9320f7654
parent47079b5e80ed4aa2cc1b21a72a524f2f6c349e3f
cmd/link: replace bytes.Compare call with bytes.Equal

Change-Id: Icc254cad3c861fd2b33228aa4d19424ce57a1b55
GitHub-Last-Rev: f557a696e4a5c632c49c7cd20745eeb771708f81
GitHub-Pull-Request: golang/go#66153
Reviewed-on: https://go-review.googlesource.com/c/go/+/569695
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/link/internal/loader/loader_test.go