]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/types2: use strings.ReplaceAll for goTypeName
authorJes Cok <xigua67damn@gmail.com>
Wed, 30 Aug 2023 05:09:56 +0000 (05:09 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 31 Aug 2023 21:14:38 +0000 (21:14 +0000)
commitffc4ccea07cf497c99849f92b196d5c24e1612b7
tree31cb4b5f3e3dd2cdd4e2386f5eb831a8bb61b72a
parent9dea791a7aa4046ef5411e0c8c8b9ae228f606c2
cmd/compile/internal/types2: use strings.ReplaceAll for goTypeName

strings.ReplaceAll is currently available.

Change-Id: I111b97f12723c97791b59d81fd035a0d5e97cd4b
GitHub-Last-Rev: 561dbab6d22df42636f34a53a97c2f52b9138f3e
GitHub-Pull-Request: golang/go#62369
Reviewed-on: https://go-review.googlesource.com/c/go/+/524157
Reviewed-by: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/cmd/compile/internal/types2/typexpr.go