]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.11: add note to remove CLI support for godoc
authorAgniva De Sarker <agnivade@yahoo.co.in>
Tue, 31 Jul 2018 04:11:31 +0000 (09:41 +0530)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 31 Jul 2018 16:52:15 +0000 (16:52 +0000)
Updates #25443

Change-Id: I5e2f84f3cee6582807b2756ffac91e8583a2baec
Reviewed-on: https://go-review.googlesource.com/126737
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.11.html

index 2e6a51650c6b65d0e215f6c7e1a6da90c7e758bf..7e9512f5872030e12debb67a89c2ed59c30f6412 100644 (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