]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: do not rewrite "any" -> "interface{}"
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 30 Aug 2024 17:26:37 +0000 (00:26 +0700)
committerGopher Robot <gobot@golang.org>
Fri, 30 Aug 2024 20:11:04 +0000 (20:11 +0000)
commit88dee90d6a296d7ed479505b6dc862a54f026c1c
treec2f9a84124053d04e580cf4ea0ef65acc124f555
parent44483133fd991ec929fb1404e087d08f679c8d28
cmd/dist: do not rewrite "any" -> "interface{}"

Since go1.22, generic can now be used when building bootstrap toolchain.

Updates #54265
Updates #64751

Change-Id: I93209fc23c92114d37ef36787ea2b520de3ed89d
Reviewed-on: https://go-review.googlesource.com/c/go/+/609915
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/dist/buildtool.go