From: Dmitri Shuralyov
Date: Mon, 17 Jun 2019 20:28:18 +0000 (-0400)
Subject: doc: add release notes for godoc and go doc
X-Git-Tag: go1.13beta1~29
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c11f6c4929efff3ef02aff9a3de9c0f4799bc276;p=gostls13.git
doc: add release notes for godoc and go doc
Updates #30029
Updates #31457
Change-Id: I08414a544615e74afb47f7a10a00f1e22adfd40c
Reviewed-on: https://go-review.googlesource.com/c/go/+/182619
Reviewed-by: Katie Hockman
---
diff --git a/doc/go1.13.html b/doc/go1.13.html
index 594b75bcfa..d8ef6db073 100644
--- a/doc/go1.13.html
+++ b/doc/go1.13.html
@@ -265,6 +265,25 @@ TODO
0o660
, 1.2e3
, and 1i
after applying gofmt
.
+godoc
and go
doc
+
+
+ The godoc
webserver is no longer included in the main binary distribution.
+ To run the godoc
webserver locally, manually install it first:
+
+go get golang.org/x/tools/cmd/godoc
+godoc
+
+
+
+
+ The
+ go
doc
+ command now always includes the package clause in its output, except for
+ commands. This replaces the previous behavior where a heuristic was used,
+ causing the package clause to be omitted under certain conditions.
+
+
Runtime
@@ -333,7 +352,6 @@ TODO
-