aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/import/go.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/guix/import/go.scm b/guix/import/go.scm
index dd9298808d..de84270753 100644
--- a/guix/import/go.scm
+++ b/guix/import/go.scm
@@ -72,6 +72,10 @@
;;; unit of source code interchange and versioning". Modules are generally
;;; hosted in a repository.
;;;
+;;; Monorepo is a collection of modules within the same VCS source. Each
+;;; module of monorepo may be released individually by assigning
+;;; "<subdir>/v<semver>" tag (see: https://go.dev/ref/mod#modules-overview).
+;;;
;;; At this point it should handle correctly modules which have only Go
;;; dependencies and are accessible from proxy.golang.org (or configured via
;;; GOPROXY).