Commit b9761b18 authored by Russ Cox's avatar Russ Cox

doc/go1.11: link to module overview

Change-Id: Id381ee73e678ff4b025c1c35512a755ba49d6f81
Reviewed-on: https://go-review.googlesource.com/124702
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: default avatarAndrew Bonventre <andybons@golang.org>
parent 3522cd8a
...@@ -136,7 +136,8 @@ Do not send CLs removing the interior tags from such phrases. ...@@ -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 NOTE: This is not present in go1.11beta1 but will be available in future
betas and subsequent releases. betas and subsequent releases.
</strong> </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 an alternative to GOPATH with integrated support for versioning and
package distribution. package distribution.
Using modules, developers are no longer confined to working inside GOPATH, 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. ...@@ -155,10 +156,6 @@ Do not send CLs removing the interior tags from such phrases.
so we can fix them. so we can fix them.
</p> </p>
<p>
TODO: Link to intro doc.
</p>
<h3 id="importpath">Import path restriction</h3> <h3 id="importpath">Import path restriction</h3>
<p> <p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment