diff options
| author | Zamicol <zamicol@gmail.com> | 2022-10-10 13:21:58 +0000 |
|---|---|---|
| committer | Michael Matloob <matloob@google.com> | 2026-03-17 10:06:10 -0700 |
| commit | c28e73d64a077ba193ef3a51229830857b6d5974 (patch) | |
| tree | c44cb7c64208d8c1585a62aa2000a84db75fed01 | |
| parent | e29aa5f9e61916ebc618b7ab68e215edd32319e8 (diff) | |
| download | go-x-website-c28e73d64a077ba193ef3a51229830857b6d5974.tar.xz | |
_content/doc/modules/managing-dependencies.md: add reference to workspace in section detailing module local development
Change-Id: Iad0c186b865dca2266f97fa80e198d9158ac8ac8
GitHub-Last-Rev: 50338036377eb7521191ed57b91f6ddaf9a822a7
GitHub-Pull-Request: golang/website#186
Reviewed-on: https://go-review.googlesource.com/c/website/+/441795
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Zachary Collier <zachmcollier@gmail.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Michael Matloob <matloob@google.com>
| -rw-r--r-- | _content/doc/modules/managing-dependencies.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_content/doc/modules/managing-dependencies.md b/_content/doc/modules/managing-dependencies.md index ae00f7ac..957f31a1 100644 --- a/_content/doc/modules/managing-dependencies.md +++ b/_content/doc/modules/managing-dependencies.md @@ -378,6 +378,10 @@ external modules as described in [Adding a dependency](#adding_dependency). For more about version numbers, see [Module version numbering](/doc/modules/version-numbers). +Go 1.18 adds [workspace mode](/blog/get-familiar-with-workspaces) to Go, which +lets you work on multiple modules simultaneously. See [Tutorial: Getting started +with multi-module workspaces](/doc/tutorial/workspaces). + ### Requiring external module code from your own repository fork {#external_fork} When you have forked an external module's repository (such as to fix an issue in |
