From c11f6c4929efff3ef02aff9a3de9c0f4799bc276 Mon Sep 17 00:00:00 2001
From: Dmitri Shuralyov 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.
+
@@ -333,7 +352,6 @@ TODO
- -- 2.50.0