We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecec63c commit 137f2fbCopy full SHA for 137f2fb
doc/go1.11.html
@@ -313,6 +313,12 @@ <h3 id="trace">Trace</h3>
313
314
<h3 id="godoc">Godoc</h3>
315
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
+
322
<p><!-- CL 85396, CL 124495 -->
323
The <code>godoc</code> web server now shows which version of Go introduced
324
new API features. The initial Go version of types, funcs, and methods are shown
0 commit comments