Skip to content

Commit 6346349

Browse files
willfaughtgopherbot
authored andcommitted
cmd/compile: replace angle brackets with square
Caused Markdown rendering error on https://go.dev/src/cmd/compile/README in macOS (15.6.1) Safari (18.6). Change-Id: Id71436d9a7bc7e461e522500d66df5dda7cd9f7f GitHub-Last-Rev: 4e4447e GitHub-Pull-Request: #75549 Reviewed-on: https://go-review.googlesource.com/c/go/+/704716 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Keith Randall <khr@google.com>
1 parent 284379c commit 6346349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmd/compile/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ dependencies, so is not suitable for distributed build systems.)
289289
```
290290
After that, your edit/compile/test cycle can be similar to:
291291
```
292-
<... make edits to cmd/compile source ...>
292+
[... make edits to cmd/compile source ...]
293293
$ toolstash restore && go install cmd/compile # restore known good tools to build compiler
294-
<... 'go build', 'go test', etc. ...> # use freshly built compiler
294+
[... 'go build', 'go test', etc. ...] # use freshly built compiler
295295
```
296296

297297
* toolstash also allows comparing the installed vs. stashed copy of

0 commit comments

Comments
 (0)