From: Agniva De Sarker Date: Tue, 31 Jul 2018 04:11:31 +0000 (+0530) Subject: doc/go1.11: add note to remove CLI support for godoc X-Git-Tag: go1.11beta3~47 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=137f2fba57034b61d70ca8a094d0a9d24d935ef5;p=gostls13.git doc/go1.11: add note to remove CLI support for godoc Updates #25443 Change-Id: I5e2f84f3cee6582807b2756ffac91e8583a2baec Reviewed-on: https://go-review.googlesource.com/126737 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.11.html b/doc/go1.11.html index 2e6a51650c..7e9512f587 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -313,6 +313,12 @@ func f(v interface{}) {

Godoc

+

+ Go 1.11 will be the last release to support godoc's command-line interface. + In future releases, godoc will only be a web server. Users should use + go doc for command-line help output instead. +

+

The godoc web server now shows which version of Go introduced new API features. The initial Go version of types, funcs, and methods are shown