]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: replace angle brackets with square
authorWill Faught <willfaught@users.noreply.github.com>
Sat, 20 Sep 2025 21:36:14 +0000 (21:36 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 15 Oct 2025 19:58:21 +0000 (12:58 -0700)
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: 4e4447e163ac65e6c394807ec4874bc5ca26bb32
GitHub-Pull-Request: golang/go#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>
src/cmd/compile/README.md

index 1089348030d78b1bef88a9c22d022a3855b5241c..02429d5688659e481834071099cdd81b73a2a749 100644 (file)
@@ -289,9 +289,9 @@ dependencies, so is not suitable for distributed build systems.)
   ```
   After that, your edit/compile/test cycle can be similar to:
   ```
-  <... make edits to cmd/compile source ...>
+  [... make edits to cmd/compile source ...]
   $ toolstash restore && go install cmd/compile   # restore known good tools to build compiler
-  <... 'go build', 'go test', etc. ...>           # use freshly built compiler
+  [... 'go build', 'go test', etc. ...]           # use freshly built compiler
   ```
 
 * toolstash also allows comparing the installed vs. stashed copy of