Skip to content

Commit

Permalink
doc/go1.11: link to module overview
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rsc committed Jul 18, 2018
1 parent 3522cd8 commit b9761b1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/go1.11.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ <h3 id="modules">Modules, package versioning, and dependency management</h3>
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,
Expand All @@ -155,10 +156,6 @@ <h3 id="modules">Modules, package versioning, and dependency management</h3>
so we can fix them.
</p>

<p>
TODO: Link to intro doc.
</p>

<h3 id="importpath">Import path restriction</h3>

<p>
Expand Down

0 comments on commit b9761b1

Please sign in to comment.