diff options
| author | Bernhard Valenti <bernhard.valenti@gmail.com> | 2022-03-04 06:42:49 +0000 |
|---|---|---|
| committer | Ian Lance Taylor <iant@google.com> | 2022-03-31 05:23:04 +0000 |
| commit | 93790477c6122b54994c033f66642f2fa8ecb4bf (patch) | |
| tree | 258024660b00a7ac30c244d57bcffd3476ab8d5b /_content/doc/tutorial | |
| parent | a4d623c5b76ce35bfd0eb345a26a74028ff7e1d1 (diff) | |
| download | go-x-website-93790477c6122b54994c033f66642f2fa8ecb4bf.tar.xz | |
_content/doc/tutorial: fix inaccuracies in workspace tutorial
the first change is related to: https://github.com/golang/go/issues/51449
Change-Id: I857d412a5082b142bb54d7fab685d298488376f9
GitHub-Last-Rev: e19bc97f9bfe5d64213af262a8c1d744cddedca8
GitHub-Pull-Request: golang/website#136
Reviewed-on: https://go-review.googlesource.com/c/website/+/389638
Reviewed-by: Michael Matloob <matloob@google.com>
Trust: Michael Matloob <matloob@google.com>
Trust: Ian Lance Taylor <iant@google.com>
Diffstat (limited to '_content/doc/tutorial')
| -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 517b5d9e..5cd5cdfb 100644 --- a/_content/doc/tutorial/workspaces.md +++ b/_content/doc/tutorial/workspaces.md @@ -256,7 +256,7 @@ add a new function to the `stringutil` package that we can use instead of `Rever ``` cd hello - go get example.com/dep@v0.1.0 + go get golang.org/x/example@v0.1.0 ``` That way, the `go` command can properly resolve the modules outside the workspace. |
