From: Filippo Valsorda Date: Thu, 13 Dec 2018 00:30:32 +0000 (-0500) Subject: doc/go1.12: release notes for "go doc -all" X-Git-Tag: go1.12beta1~25 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6e33abbdbb8549184f80d60bbbe39be6004279ed;p=gostls13.git doc/go1.12: release notes for "go doc -all" Change-Id: If65518c76a865c03266be76b1c21c76e1c8b4763 Reviewed-on: https://go-review.googlesource.com/c/153828 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.12.html b/doc/go1.12.html index 14adc7c4da..6b6d9d4401 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -220,7 +220,7 @@ for { printing and variable location information.

-

Godoc

+

godoc and go doc

In Go 1.12, godoc no longer has a command-line interface and @@ -228,6 +228,12 @@ for { for command-line help output instead.

+

+ go doc now supports the -all flag, + which will cause it to print all exported APIs and their documentation, + similarly to what the godoc command line used to do. +

+

Trace

@@ -276,7 +282,6 @@ for { -

bufio