diff options
Diffstat (limited to 'src/cmd/compile/internal/ssa/README.md')
| -rw-r--r-- | src/cmd/compile/internal/ssa/README.md | 4 |
1 files changed, 2 insertions, 2 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). |
