From 0476693eaf871653139735cc231c3c80f4daf7c9 Mon Sep 17 00:00:00 2001
From: Alan Donovan
+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.
+
@@ -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.
-- 2.50.0