From c28e73d64a077ba193ef3a51229830857b6d5974 Mon Sep 17 00:00:00 2001 From: Zamicol Date: Mon, 10 Oct 2022 13:21:58 +0000 Subject: _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 Reviewed-by: Hyang-Ah Hana Kim LUCI-TryBot-Result: Go LUCI Reviewed-by: Zachary Collier Reviewed-by: Michael Matloob Reviewed-by: Michael Matloob --- _content/doc/modules/managing-dependencies.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.3