1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:40:04 -07:00

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 <bradfitz@golang.org>
This commit is contained in:
Agniva De Sarker 2018-07-31 09:41:31 +05:30 committed by Brad Fitzpatrick
parent ecec63c8a1
commit 137f2fba57

View File

@ -313,6 +313,12 @@ func f(v interface{}) {
<h3 id="godoc">Godoc</h3>
<p>
Go 1.11 will be the last release to support <code>godoc</code>'s command-line interface.
In future releases, <code>godoc</code> will only be a web server. Users should use
<code>go</code> <code>doc</code> for command-line help output instead.
</p>
<p><!-- CL 85396, CL 124495 -->
The <code>godoc</code> web server now shows which version of Go introduced
new API features. The initial Go version of types, funcs, and methods are shown