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,
so we can fix them.
</p>
-<p>
- TODO: Link to intro doc.
-</p>
-
<h3 id="importpath">Import path restriction</h3>
<p>