From: Brad Fitzpatrick Date: Wed, 13 Feb 2019 19:07:40 +0000 (+0000) Subject: [release-branch.go1.12] doc/go1.12: note that Go 1.12 is the last release to include... X-Git-Tag: go1.12~15 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9527a465f38dbb1ff6c93da89c9ce553d10ee011;p=gostls13.git [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 (cherry picked from commit 7cf31d8f4116420e396c5e8690c043b2ce83f90a) Reviewed-on: https://go-review.googlesource.com/c/162557 --- 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 {

In Go 1.12, godoc no longer has a command-line interface and is only a web server. Users should use go doc - for command-line help output instead. + for command-line help output instead. Go 1.12 is the last release that will + include the godoc webserver; in Go 1.13 it will be available + via go get.