diff options
| -rw-r--r-- | design/45713-workspace.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/45713-workspace.md b/design/45713-workspace.md index ca2124a..3bc8729 100644 --- a/design/45713-workspace.md +++ b/design/45713-workspace.md @@ -375,7 +375,7 @@ usage in `golang.org/x/tools/internal/lsp` and when run from any directory in the workspace the `go` command would present a consistent build list. When they were satisfied with their change, they could release a new version of `golang.org/x/mod`, update `golang.org/x/tools`'s `go.mod` to require the new -vesion of `golang.org/x/mod`, and then turn off workspace mode with +version of `golang.org/x/mod`, and then turn off workspace mode with `-workfile=off` to make sure the change behaves as expected. #### Multiple modules in the same repository that depend on each other |
