From: Andrew Bonventre
Date: Mon, 25 Jun 2018 17:48:59 +0000 (-0400)
Subject: doc/go1.11: add note about package versioning
X-Git-Tag: go1.11beta1~14
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4f172e7a75d6deef4441c96e1e01c31159f54a6c;p=gostls13.git
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
---
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
+Package Versioning (vgo)
+
+
+ NOTE: This is not present in go1.11beta1 but will be available in future
+ betas and subsequent releases.
+
+ Go 1.11 adds experimental, integrated support for package versioning.
+
+
WebAssembly
Go 1.11 adds an experimental port to WebAssembly (js/wasm
).