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 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.
+
@@ -276,7 +282,6 @@ for { -