From: kim yongbin Date: Thu, 27 Dec 2018 02:33:15 +0000 (+0900) Subject: doc/go1.12: add notes about 'go doc -src' X-Git-Tag: go1.12rc1~30 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d34c0dbc17e61e9e7a15355e75b9578d7d024f52;p=gostls13.git doc/go1.12: add notes about 'go doc -src' Change-Id: Iaf67fcbb145277327e24150b29ff38f6c65f6a03 Reviewed-on: https://go-review.googlesource.com/c/155781 Reviewed-by: Ian Lance Taylor --- 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