From 06e42bd9eb281c80b8c04b1c38ece4e33e0df1f3 Mon Sep 17 00:00:00 2001
From: "Jeff R. Allen"
Date: Thu, 23 Jul 2015 12:30:11 +0200
Subject: [PATCH] tools/godoc: list all sub-repos
The list of sub-repos at the bottom of the /pkg
page is unfortunately hand-maintained. With this
commit, it is now up-to-date and ready to get out
of date again.
Fixes golang/go#9081.
Change-Id: I3dc5e11ed65f53ea7299a259575ebcb6ad6b13ec
Reviewed-on: https://go-review.googlesource.com/12512
Reviewed-by: Andrew Gerrand
---
godoc/static/package.html | 10 ++++++++--
godoc/static/static.go | 10 ++++++++--
2 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/godoc/static/package.html b/godoc/static/package.html
index 58dc1feed5..964ed915eb 100644
--- a/godoc/static/package.html
+++ b/godoc/static/package.html
@@ -301,13 +301,19 @@
Install them with "go get".
+ - benchmarks — benchmarks to measure Go as it is developed.
+ - blog — blog.golang.org's implementation.
+ - build — build.golang.org's implementation.
- crypto — additional cryptography packages.
+ - debug — an experimental debugger for Go.
- image — additional imaging packages.
+ - mobile — experimental support for Go on mobile platforms.
- net — additional networking packages.
- sys — packages for making system calls.
- text — packages for working with text.
- - tools — godoc, vet, cover, and other tools.
- - exp — experimental code (handle with care; may change without warning).
+ - tools — godoc, goimports, gorename, and other tools.
+ - tour — tour.golang.org's implementation.
+ - exp — experimental and deprecated packages (handle with care; may change without warning).
diff --git a/godoc/static/static.go b/godoc/static/static.go
index a167eff7b4..02d04357b2 100644
--- a/godoc/static/static.go
+++ b/godoc/static/static.go
@@ -1817,13 +1817,19 @@ function cgAddChild(tree, ul, cgn) {
Install them with "go get".
+ - benchmarks — benchmarks to measure Go as it is developed.
+ - blog — blog.golang.org's implementation.
+ - build — build.golang.org's implementation.
- crypto — additional cryptography packages.
+ - debug — an experimental debugger for Go.
- image — additional imaging packages.
+ - mobile — experimental support for Go on mobile platforms.
- net — additional networking packages.
- sys — packages for making system calls.
- text — packages for working with text.
- - tools — godoc, vet, cover, and other tools.
- - exp — experimental code (handle with care; may change without warning).
+ - tools — godoc, goimports, gorename, and other tools.
+ - tour — tour.golang.org's implementation.
+ - exp — experimental and deprecated packages (handle with care; may change without warning).