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 <iant@golang.org>
This commit is contained in:
kim yongbin 2018-12-27 11:33:15 +09:00 committed by Ian Lance Taylor
parent df719d9809
commit d34c0dbc17

View file

@ -299,6 +299,11 @@ for {
as the <code>godoc</code> command line used to do.
</p>
<p><!-- CL 140959 -->
<code>go</code> <code>doc</code> also now includes the <code>-src</code> flag,
which will show the target's original source code.
</p>
<h3 id="trace">Trace</h3>
<p><!-- CL 60790 -->