From 0476693eaf871653139735cc231c3c80f4daf7c9 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Thu, 12 Jun 2014 10:08:54 -0400 Subject: [PATCH] doc: add release note for 'godoc -analysis' Contains a link to /lib/godoc/analysis/help.html which is not yet live. LGTM=r R=r, adg CC=golang-codereviews https://golang.org/cl/88560044 --- doc/go1.3.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/go1.3.html b/doc/go1.3.html index 685d233105..ae5c025985 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -295,6 +295,23 @@ For example, (The same change was made to the compilers and linkers in Go 1.1.)

+

Changes to godoc

+

+When invoked with the -analysis flag, +godoc +now performs sophisticated static +analysis of the code it indexes. +The results of analysis are presented in both the source view and the +package documentation view, and include the call graph of each package +and the relationships between +definitions and references, +types and their methods, +interfaces and their implementations, +send and receive operations on channels, +functions and their callers, and +call sites and their callees. +

+

Miscellany

@@ -309,7 +326,6 @@ For the few of us that build Go distributions, the tool misc/dist h moved and renamed; it now lives in misc/makerelease, still in the main repository.

-

Performance

-- 2.50.0