aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2019-02-13 19:07:40 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2019-02-14 00:24:15 +0000
commit9527a465f38dbb1ff6c93da89c9ce553d10ee011 (patch)
treeb23bd8a396f888f7b1a7e28dc3e529c5a2a41dfc
parentfa5e4baf876d000051a2b606356a688250e2ba6e (diff)
downloadgo-9527a465f38dbb1ff6c93da89c9ce553d10ee011.tar.gz
go-9527a465f38dbb1ff6c93da89c9ce553d10ee011.zip
[release-branch.go1.12] doc/go1.12: note that Go 1.12 is the last release to include godoc
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
-rw-r--r--doc/go1.12.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/go1.12.html b/doc/go1.12.html
index 3b086e7001..a007923ebb 100644
--- a/doc/go1.12.html
+++ b/doc/go1.12.html
@@ -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 -->