We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6ff5e commit 4e4447eCopy full SHA for 4e4447e
src/cmd/compile/README.md
@@ -289,9 +289,9 @@ dependencies, so is not suitable for distributed build systems.)
289
```
290
After that, your edit/compile/test cycle can be similar to:
291
292
- <... make edits to cmd/compile source ...>
+ [... make edits to cmd/compile source ...]
293
$ toolstash restore && go install cmd/compile # restore known good tools to build compiler
294
- <... 'go build', 'go test', etc. ...> # use freshly built compiler
+ [... 'go build', 'go test', etc. ...] # use freshly built compiler
295
296
297
* toolstash also allows comparing the installed vs. stashed copy of
0 commit comments