diff options
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 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. |
