aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2018-06-25 13:48:59 -0400
committerAndrew Bonventre <andybons@golang.org>2018-06-25 18:17:49 +0000
commit4f172e7a75d6deef4441c96e1e01c31159f54a6c (patch)
treeddcef9aefe13facd058e2fb987b0c2b62ec6a74d
parent5881d3048dd851d1e259ecab4e247f50cc10c6a8 (diff)
downloadgo-4f172e7a75d6deef4441c96e1e01c31159f54a6c.tar.gz
go-4f172e7a75d6deef4441c96e1e01c31159f54a6c.zip
doc/go1.11: add note about package versioning
It will not be present in go1.11beta1 but will be present in subsequent releases. Change-Id: I298fb682945345bb4a34ec83802fd644f75bdd98 Reviewed-on: https://go-review.googlesource.com/120756 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.11.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/go1.11.html b/doc/go1.11.html
index 5e0a0673bd..9aef342a43 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -53,6 +53,15 @@ Do not send CLs removing the interior tags from such phrases.
TODO: PPC64LE race detector support
</p>
+<h3 id="package-versioning">Package Versioning (vgo)</h3>
+<p>
+ <strong>
+ NOTE: This is not present in go1.11beta1 but will be available in future
+ betas and subsequent releases.
+ </strong>
+ Go 1.11 adds experimental, integrated support for package versioning.
+</p>
+
<h3 id="wasm">WebAssembly</h3>
<p>
Go 1.11 adds an experimental port to WebAssembly (<code>js/wasm</code>).