We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5e4ba commit 9527a46Copy full SHA for 9527a46
doc/go1.12.html
@@ -303,7 +303,9 @@ <h3 id="godoc"><code>godoc</code> and <code>go</code> <code>doc</code></h3>
303
<p>
304
In Go 1.12, <code>godoc</code> no longer has a command-line interface and
305
is only a web server. Users should use <code>go</code> <code>doc</code>
306
- for command-line help output instead.
+ for command-line help output instead. Go 1.12 is the last release that will
307
+ include the <code>godoc</code> webserver; in Go 1.13 it will be available
308
+ via <code>go</code> <code>get</code>.
309
</p>
310
311
<p><!-- CL 141977 -->
0 commit comments