]> Cypherpunks repositories - gostls13.git/commit
unique: fix inconsistent panic prefix in canonmap cleanup path
authormohanson <mohanson@outlook.com>
Wed, 22 Oct 2025 02:37:49 +0000 (10:37 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 23 Oct 2025 20:42:09 +0000 (13:42 -0700)
commit47bf8f073ed321e1a1c5aff19c4f4ad6362a1c53
tree3eac735d7216f0220fdbf2a9e9a1fd1af5546adb
parent03bd43e8bb314f1bf1872a41f470bde72ac00b5c
unique: fix inconsistent panic prefix in canonmap cleanup path

Other panic messages in the file use the "unique.canonMap"
prefix, but this one used "internal/sync.HashTrieMap",
looks like it was copied from the "internal/sync" package.

Change-Id: Ic3e85154eb5a593d41c19013d5696afed2178b7e
Reviewed-on: https://go-review.googlesource.com/c/go/+/713660
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Sean Liao <sean@liao.dev>
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/unique/canonmap.go