]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: use strings.Builder to build long strings
authorIan Lance Taylor <iant@golang.org>
Thu, 26 Dec 2024 00:01:58 +0000 (16:01 -0800)
committerGopher Robot <gobot@golang.org>
Thu, 6 Feb 2025 17:49:04 +0000 (09:49 -0800)
commit9b4a462a7d85753738723402e298039c3424e584
tree0b6a0418a7dea7cde8748cfa9c519c9565619cfa
parent0da7fafac4eabec799df40278f68ba86b574afea
cmd/cgo: use strings.Builder to build long strings

Change-Id: I33ba7c8a7b731647cdff3ffe7c4274f76f8923ee
Reviewed-on: https://go-review.googlesource.com/c/go/+/638736
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
src/cmd/cgo/out.go