From d34c0dbc17e61e9e7a15355e75b9578d7d024f52 Mon Sep 17 00:00:00 2001
From: kim yongbin
Date: Thu, 27 Dec 2018 11:33:15 +0900
Subject: [PATCH] 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
---
doc/go1.12.html | 5 +++++
1 file changed, 5 insertions(+)
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
--
2.50.0