]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use raw strings to avoid double escapes
authorguoguangwu <guoguangwug@gmail.com>
Mon, 11 Mar 2024 01:22:21 +0000 (01:22 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 11 Mar 2024 05:51:32 +0000 (05:51 +0000)
commit78755f6b8c5f18b0014e9dcac383898047ff14fe
tree231088fdff16aa8ade9599f5eb1bcdfba42827dc
parent48b10c9af7955bcab179b60a148a633a0a75cde7
cmd/compile: use raw strings to avoid double escapes

Change-Id: I39917b90b67f630f8212853c0a201635960275cb
GitHub-Last-Rev: fe886534b493fc6241b4451256c889b2fdee997f
GitHub-Pull-Request: golang/go#66180
Reviewed-on: https://go-review.googlesource.com/c/go/+/569975
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/debug_test.go