aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/compile/internal/ssa/README.md4
-rw-r--r--src/cmd/trace/static/README.md3
2 files changed, 4 insertions, 3 deletions
diff --git a/src/cmd/compile/internal/ssa/README.md b/src/cmd/compile/internal/ssa/README.md
index 833bf1ddc9..d695fda045 100644
--- a/src/cmd/compile/internal/ssa/README.md
+++ b/src/cmd/compile/internal/ssa/README.md
@@ -185,10 +185,10 @@ program. You can also click on values and blocks to highlight them, to help
follow the control flow and values.
The value specified in GOSSAFUNC can also be a package-qualified function
-name, e.g.
+name, e.g.
GOSSAFUNC=blah.Foo go build
-
+
This will match any function named "Foo" within a package whose final
suffix is "blah" (e.g. something/blah.Foo, anotherthing/extra/blah.Foo).
diff --git a/src/cmd/trace/static/README.md b/src/cmd/trace/static/README.md
index f81c59eae5..b0ca86a397 100644
--- a/src/cmd/trace/static/README.md
+++ b/src/cmd/trace/static/README.md
@@ -1,7 +1,7 @@
## Resources for Go's trace viewer
Go execution trace UI (`go tool trace`) embeds
-Chrome's trace viewer (Catapult) following the
+Chrome's trace viewer (Catapult) following the
[instructions](
https://chromium.googlesource.com/catapult/+/refs/heads/master/tracing/docs/embedding-trace-viewer.md). This directory contains
the helper files to embed Chrome's trace viewer.
@@ -13,6 +13,7 @@ https://chromium.googlesource.com/catapult/+/9508452e18f130c98499cb4c4f1e1efaede
### Updating `trace_viewer_full.html`
The file was generated by catapult's `vulcanize_trace_viewer` command.
+
```
$ git clone https://chromium.googlesource.com/catapult
$ cd catapult