]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.12] doc/go1.12: note that Go 1.12 is the last release to include...
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Feb 2019 19:07:40 +0000 (19:07 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 14 Feb 2019 00:24:15 +0000 (00:24 +0000)
Updates #30029

Change-Id: I88e09035d675e7a6855ada0262eb42636c9822cc
Reviewed-on: https://go-review.googlesource.com/c/162417
Reviewed-by: Andrew Bonventre <andybons@golang.org>
(cherry picked from commit 7cf31d8f4116420e396c5e8690c043b2ce83f90a)
Reviewed-on: https://go-review.googlesource.com/c/162557

doc/go1.12.html

index 3b086e700106ab2b91fc0549f6a628d81e56c88a..a007923ebb3de9f795a6e73ede2868b5904a2ee3 100644 (file)
@@ -303,7 +303,9 @@ for {
 <p>
   In Go 1.12, <code>godoc</code> no longer has a command-line interface and
   is only a web server. Users should use <code>go</code> <code>doc</code>
-  for command-line help output instead.
+  for command-line help output instead. Go 1.12 is the last release that will
+  include the <code>godoc</code> webserver; in Go 1.13 it will be available
+  via <code>go</code> <code>get</code>.
 </p>
 
 <p><!-- CL 141977 -->