]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use raw strings to avoid double escapes
authorguoguangwu <guoguangwug@gmail.com>
Fri, 7 Jun 2024 04:07:05 +0000 (04:07 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 22 Jul 2024 21:50:36 +0000 (21:50 +0000)
commitc4a595cf294558579ab6342f1628ad37a7a4221c
tree89ec30020862ec32f9f7f51cb80cd0a6c8fdecd2
parent2edf00cf0d19cfb737cce0901f348974a7dbaa53
cmd/compile: use raw strings to avoid double escapes

Change-Id: I9b24ff7dec0825a8a9d094dfef6553aa605ef47d
GitHub-Last-Rev: 785589211cea172377bb67e895491d8678939600
GitHub-Pull-Request: golang/go#67871
Reviewed-on: https://go-review.googlesource.com/c/go/+/591257
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/compile/internal/ssa/debug_test.go