]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.11: link to module overview
authorRuss Cox <rsc@golang.org>
Wed, 18 Jul 2018 17:30:41 +0000 (13:30 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 18 Jul 2018 17:33:28 +0000 (17:33 +0000)
Change-Id: Id381ee73e678ff4b025c1c35512a755ba49d6f81
Reviewed-on: https://go-review.googlesource.com/124702
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
doc/go1.11.html

index 70e9358c9d1d412191d64340ab5e5073e0a69d58..7d538a53d1e9e87d413a4d8f0aef868bee865f76 100644 (file)
@@ -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.
   </strong>
-  Go 1.11 adds experimental support for a new concept called “modules,”
+  <!-- TODO s;https://tip.golang.org;; for final release (right now golang.org/cmd/go doesn't have that section) -->
+  Go 1.11 adds preliminary support for a <a href="https://tip.golang.org/cmd/go/#hdr-Modules__module_versions__and_more">new concept called “modules,”</a>
   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.
 </p>
 
-<p>
-  TODO: Link to intro doc.
-</p>
-
 <h3 id="importpath">Import path restriction</h3>
 
 <p>