From 4f172e7a75d6deef4441c96e1e01c31159f54a6c Mon Sep 17 00:00:00 2001
From: Andrew Bonventre
Date: Mon, 25 Jun 2018 13:48:59 -0400
Subject: [PATCH] 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
---
doc/go1.11.html | 9 +++++++++
1 file changed, 9 insertions(+)
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
).