From 6e33abbdbb8549184f80d60bbbe39be6004279ed Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Wed, 12 Dec 2018 19:30:32 -0500 Subject: [PATCH] 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 --- doc/go1.12.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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
-- 2.50.0