diff options
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 14448ad4..57cf6c59 100644 --- a/_content/doc/tutorial/workspaces.md +++ b/_content/doc/tutorial/workspaces.md @@ -272,7 +272,7 @@ We'll then add a new function to the `reverse` package that we can use instead o we saw earlier in the tutorial: - `go work use [-r] [dir]` adds a `use` directive to the `go.work` file for `dir`, - if it exists, and removes the `use` directory if the argument directory doesn't exist. The `-r` + if it exists, or removes the `use` directive if the argument directory doesn't exist. The `-r` flag examines subdirectories of `dir` recursively. - `go work edit` edits the `go.work` file similarly to `go mod edit` - `go work sync` syncs dependencies from the workspace's build list into each of the workspace modules. |
