Skip to content

Commit 9527a46

Browse files
committed
[release-branch.go1.12] doc/go1.12: note that Go 1.12 is the last release to include godoc
Updates #30029 Change-Id: I88e09035d675e7a6855ada0262eb42636c9822cc Reviewed-on: https://go-review.googlesource.com/c/162417 Reviewed-by: Andrew Bonventre <[email protected]> (cherry picked from commit 7cf31d8) Reviewed-on: https://go-review.googlesource.com/c/162557
1 parent fa5e4ba commit 9527a46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/go1.12.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,9 @@ <h3 id="godoc"><code>godoc</code> and <code>go</code> <code>doc</code></h3>
303303
<p>
304304
In Go 1.12, <code>godoc</code> no longer has a command-line interface and
305305
is only a web server. Users should use <code>go</code> <code>doc</code>
306-
for command-line help output instead.
306+
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>.
307309
</p>
308310

309311
<p><!-- CL 141977 -->

0 commit comments

Comments
 (0)