mirror of
https://github.com/golang/go
synced 2024-11-05 16:16:11 -07:00
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 <bradfitz@golang.org>
This commit is contained in:
parent
39919aea04
commit
14b3f5b193
@ -319,6 +319,7 @@
|
||||
<li><a href="//godoc.org/golang.org/x/net">net</a> — additional networking packages.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/sys">sys</a> — packages for making system calls.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/text">text</a> — packages for working with text.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/time">time</a> — additional time packages.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/tools">tools</a> — godoc, goimports, gorename, and other tools.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/tour">tour</a> — <a href="//tour.golang.org">tour.golang.org</a>'s implementation.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/exp">exp</a> — experimental and deprecated packages (handle with care; may change without warning).</li>
|
||||
|
@ -1939,6 +1939,7 @@ function cgAddChild(tree, ul, cgn) {
|
||||
<li><a href="//godoc.org/golang.org/x/net">net</a> — additional networking packages.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/sys">sys</a> — packages for making system calls.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/text">text</a> — packages for working with text.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/time">time</a> — additional time packages.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/tools">tools</a> — godoc, goimports, gorename, and other tools.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/tour">tour</a> — <a href="//tour.golang.org">tour.golang.org</a>'s implementation.</li>
|
||||
<li><a href="//godoc.org/golang.org/x/exp">exp</a> — experimental and deprecated packages (handle with care; may change without warning).</li>
|
||||
|
Loading…
Reference in New Issue
Block a user