]> Cypherpunks.ru repositories - gostls13.git/commit
sync: use map[any]any instead of map[interface{}]interface{} in the godoc
authorsivchari <shibuuuu5@gmail.com>
Wed, 27 Sep 2023 22:08:51 +0000 (07:08 +0900)
committerGopher Robot <gobot@golang.org>
Mon, 8 Jan 2024 17:02:01 +0000 (17:02 +0000)
commit10a66d681672a8600705a7540e3b0477d4c43c4a
tree48803b50a0ce22bd5fc8af12bddf74aa418206fd
parent881869dde0ddddf37151137421cd53d0c537671e
sync: use map[any]any instead of map[interface{}]interface{} in the godoc

It's shorter and clearer.

Change-Id: Ibfbe5a7f8d70fa884691ba9858a2c9b2122d9c50
Reviewed-on: https://go-review.googlesource.com/c/go/+/531475
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
src/sync/map.go