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).