diff options
| author | uji <49834542+uji@users.noreply.github.com> | 2022-03-22 04:13:17 +0000 |
|---|---|---|
| committer | Ian Lance Taylor <iant@google.com> | 2022-04-04 17:24:03 +0000 |
| commit | 65a6c3b13fe6f7698cc515689cb7aaecd627ff65 (patch) | |
| tree | 2655d0a220f678eb12d50fd680b6b37daa1f1eec /_content/doc/tutorial/workspaces.md | |
| parent | 34071155403ffc4afd67dc3d0bfebff45d4d40a5 (diff) | |
| download | go-x-website-65a6c3b13fe6f7698cc515689cb7aaecd627ff65.tar.xz | |
_content/doc/tutorial: add missing ` of tutorial for workplace
Fixes golang/go#51762
Change-Id: I62b360d470fa1cdd3b32e851e65def5ec867c18d
GitHub-Last-Rev: 1a3c23a3f849e4e0bec3e24725298ee6606a6ae3
GitHub-Pull-Request: golang/website#146
Reviewed-on: https://go-review.googlesource.com/c/website/+/394414
Reviewed-by: Ian Lance Taylor <iant@google.com>
Trust: Cherry Mui <cherryyz@google.com>
Diffstat (limited to '_content/doc/tutorial/workspaces.md')
| -rw-r--r-- | _content/doc/tutorial/workspaces.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/tutorial/workspaces.md b/_content/doc/tutorial/workspaces.md index 5cd5cdfb..576066f2 100644 --- a/_content/doc/tutorial/workspaces.md +++ b/_content/doc/tutorial/workspaces.md @@ -181,7 +181,7 @@ add a new function to the `stringutil` package that we can use instead of `Rever ) ``` - The module now includes both the `example.com/hello` module and the `golang.org/x/example module. + The module now includes both the `example.com/hello` module and the `golang.org/x/example` module. This will allow us to use the new code we will write in our copy of the `stringutil` module instead of the version of the module in the module cache that we downloaded with the `go get` command. |
