Skip to content

Commit b9761b1

Browse files
committed
doc/go1.11: link to module overview
Change-Id: Id381ee73e678ff4b025c1c35512a755ba49d6f81 Reviewed-on: https://go-review.googlesource.com/124702 Run-TryBot: Russ Cox <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]>
1 parent 3522cd8 commit b9761b1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/go1.11.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ <h3 id="modules">Modules, package versioning, and dependency management</h3>
136136
NOTE: This is not present in go1.11beta1 but will be available in future
137137
betas and subsequent releases.
138138
</strong>
139-
Go 1.11 adds experimental support for a new concept called “modules,”
139+
<!-- TODO s;https://tip.golang.org;; for final release (right now golang.org/cmd/go doesn't have that section) -->
140+
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>
140141
an alternative to GOPATH with integrated support for versioning and
141142
package distribution.
142143
Using modules, developers are no longer confined to working inside GOPATH,
@@ -155,10 +156,6 @@ <h3 id="modules">Modules, package versioning, and dependency management</h3>
155156
so we can fix them.
156157
</p>
157158

158-
<p>
159-
TODO: Link to intro doc.
160-
</p>
161-
162159
<h3 id="importpath">Import path restriction</h3>
163160

164161
<p>

0 commit comments

Comments
 (0)