From 14b3f5b193ad5f5529253a12070c010b60e5f62b Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Fri, 16 Mar 2018 17:40:10 -0400 Subject: [PATCH] godoc/static: add x/time subrepo It exists, but wasn't listed previously. This change fixes that. Fixes golang/go#24430. Change-Id: Iaf83a4b7353794e6f411941de811ed1554955179 Reviewed-on: https://go-review.googlesource.com/101241 Reviewed-by: Brad Fitzpatrick --- godoc/static/package.html | 1 + godoc/static/static.go | 1 + 2 files changed, 2 insertions(+) diff --git a/godoc/static/package.html b/godoc/static/package.html index 9c81890afd..e11b886d01 100644 --- a/godoc/static/package.html +++ b/godoc/static/package.html @@ -319,6 +319,7 @@
  • net — additional networking packages.
  • sys — packages for making system calls.
  • text — packages for working with text.
  • +
  • time — additional time packages.
  • tools — godoc, goimports, gorename, and other tools.
  • tourtour.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 525f8fe3a9..19d6db2d96 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -1939,6 +1939,7 @@ function cgAddChild(tree, ul, cgn) {
  • net — additional networking packages.
  • sys — packages for making system calls.
  • text — packages for working with text.
  • +
  • time — additional time packages.
  • tools — godoc, goimports, gorename, and other tools.
  • tourtour.golang.org's implementation.
  • exp — experimental and deprecated packages (handle with care; may change without warning).