From b9761b18e1108183cd82007afc2d70b0e168d5a8 Mon Sep 17 00:00:00 2001
From: Russ Cox
Date: Wed, 18 Jul 2018 13:30:41 -0400
Subject: [PATCH] doc/go1.11: link to module overview
Change-Id: Id381ee73e678ff4b025c1c35512a755ba49d6f81
Reviewed-on: https://go-review.googlesource.com/124702
Run-TryBot: Russ Cox
Reviewed-by: Andrew Bonventre
---
doc/go1.11.html | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/doc/go1.11.html b/doc/go1.11.html
index 70e9358c9d..7d538a53d1 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -136,7 +136,8 @@ Do not send CLs removing the interior tags from such phrases.
NOTE: This is not present in go1.11beta1 but will be available in future
betas and subsequent releases.
- Go 1.11 adds experimental support for a new concept called âmodules,â
+
+ Go 1.11 adds preliminary support for a new concept called âmodules,â
an alternative to GOPATH with integrated support for versioning and
package distribution.
Using modules, developers are no longer confined to working inside GOPATH,
@@ -155,10 +156,6 @@ Do not send CLs removing the interior tags from such phrases.
so we can fix them.
-
- TODO: Link to intro doc.
-
-
Import path restriction
--
2.50.0