diff --git a/doc/go1.12.html b/doc/go1.12.html index 2591218eda..3eab22a930 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -299,6 +299,11 @@ for { as the godoc command line used to do.

+

+ go doc also now includes the -src flag, + which will show the target's original source code. +

+

Trace