From 93790477c6122b54994c033f66642f2fa8ecb4bf Mon Sep 17 00:00:00 2001 From: Bernhard Valenti Date: Fri, 4 Mar 2022 06:42:49 +0000 Subject: _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 Trust: Michael Matloob Trust: Ian Lance Taylor --- _content/doc/tutorial/workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_content/doc/tutorial/workspaces.md') 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. -- cgit v1.3