From d5b97942f197e6fdae31ecbe1f187a02f92a1ce7 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 13 Sep 2022 23:31:14 +0700 Subject: doc/tutorial: fix some words in workspaces.md for Readability Change-Id: I063ed9fc642bd40951874de7a52a8e5487df109c --- _content/doc/tutorial/workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.3