Skip to content

Commit 137f2fb

Browse files
agnivadebradfitz
authored andcommitted
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 <[email protected]>
1 parent ecec63c commit 137f2fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/go1.11.html

+6
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,12 @@ <h3 id="trace">Trace</h3>
313313

314314
<h3 id="godoc">Godoc</h3>
315315

316+
<p>
317+
Go 1.11 will be the last release to support <code>godoc</code>'s command-line interface.
318+
In future releases, <code>godoc</code> will only be a web server. Users should use
319+
<code>go</code> <code>doc</code> for command-line help output instead.
320+
</p>
321+
316322
<p><!-- CL 85396, CL 124495 -->
317323
The <code>godoc</code> web server now shows which version of Go introduced
318324
new API features. The initial Go version of types, funcs, and methods are shown

0 commit comments

Comments
 (0)