-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Commit 9f8f1ca
cmd/link/internal/ld: use strings.Cut
Change-Id: I724fe76983ea259f12f073376d591c2f4b3c3d72
GitHub-Last-Rev: e61e865
GitHub-Pull-Request: #55910
Reviewed-on: https://go-review.googlesource.com/c/go/+/435738
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>1 parent 6d5c9f2 commit 9f8f1ca
2 files changed
+9
-15
lines changedLines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | - | ||
54 | - | ||
55 | - | ||
56 | - | ||
57 | - | ||
53 | + | ||
58 | 54 |
| |
59 | 55 |
| |
60 | 56 |
| |
| |||
141 | 137 |
| |
142 | 138 |
| |
143 | 139 |
| |
144 | - | ||
145 | - | ||
140 | + | ||
141 | + | ||
146 | 142 |
| |
147 | 143 |
| |
148 | 144 |
| |
|
Lines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 | - | ||
66 | - | ||
67 | - | ||
68 | - | ||
69 | - | ||
65 | + | ||
66 | + | ||
67 | + | ||
70 | 68 |
| |
71 | - | ||
72 | - | ||
73 | - | ||
69 | + | ||
70 | + | ||
71 | + | ||
74 | 72 |
| |
75 | 73 |
| |
76 | 74 |
| |
|
0 commit comments