Skip to content

Commit ad50fff

Browse files
seankhliaogopherbot
authored andcommitted
_content/lib: remove outdated page on godoc
Fixes golang/go#66659 Change-Id: I1071ef462d2b911978bf8d4f54418a0f734eb07c Reviewed-on: https://go-review.googlesource.com/c/website/+/633616 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent a6321cc commit ad50fff

19 files changed

+1
-259
lines changed

_content/blog/go1.3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ the Go documentation server, now performs static analysis.
2121
When enabled with the -analysis flag, analysis results are presented
2222
in both the source and package documentation views, making it easier
2323
than ever to navigate and understand Go programs.
24-
See [the documentation](/lib/godoc/analysis/help.html) for the details.
2524

2625
The gc toolchain now supports the Native Client (NaCl) execution sandbox on the
2726
32- and 64-bit Intel architectures.

_content/doc/go1.3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@ For example,
234234

235235
When invoked with the `-analysis` flag,
236236
[godoc](https://godoc.org/golang.org/x/tools/cmd/godoc)
237-
now performs sophisticated [static
238-
analysis](/lib/godoc/analysis/help.html) of the code it indexes.
237+
now performs sophisticated static analysis of the code it indexes.
239238
The results of analysis are presented in both the source view and the
240239
package documentation view, and include the call graph of each package
241240
and the relationships between
-11.1 KB
Binary file not shown.

_content/lib/godoc/analysis/call3.png

-16.6 KB
Binary file not shown.
-12.8 KB
Binary file not shown.
-20.3 KB
Binary file not shown.

_content/lib/godoc/analysis/chan1.png

-43.2 KB
Binary file not shown.
-19.1 KB
Binary file not shown.
-17.8 KB
Binary file not shown.
-13.3 KB
Binary file not shown.

_content/lib/godoc/analysis/help.html

Lines changed: 0 additions & 254 deletions
This file was deleted.
-12.8 KB
Binary file not shown.
-11.8 KB
Binary file not shown.
-12.3 KB
Binary file not shown.
-10.7 KB
Binary file not shown.
-20.6 KB
Binary file not shown.
-29.3 KB
Binary file not shown.
-16.5 KB
Binary file not shown.

_content/talks/2014/static-analysis.slide

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ Supports interactive, editor-integrated queries:
4646

4747
* Demo: godoc analysis features
4848

49-
.link /lib/godoc/analysis/help.html godoc -analysis=type,pointer
50-
5149
Package view
5250
- method set and _implements_ relation for every type
5351
- internal call graph of every package

0 commit comments

Comments
 (0)