From c11f6c4929efff3ef02aff9a3de9c0f4799bc276 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Mon, 17 Jun 2019 16:28:18 -0400 Subject: [PATCH] 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 --- doc/go1.13.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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

- -- 2.50.0