Skip to content

Commit 4521ef1

Browse files
committed
godoc/static: add perf, review, sync subrepos
They exist and are considered to be worth listing based on the decision made in golang/go#24432. They weren't listed previously. This change fixes that. Document the remaining subrepos that are not meant to be listed (per decision in golang/go#24432), so it's clear that it's intentional for them to not be visible at https://golang.org/pkg/#subrepo. Closes golang/go#24432. Updates golang/go#14304. Change-Id: Icc50ebfcdbc490c32519d92a1a838eb3f54c823d Reviewed-on: https://go-review.googlesource.com/103075 Reviewed-by: Austin Clements <[email protected]>
1 parent c6b728c commit 4521ef1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

static/package.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@ <h3 id="subrepo">Sub-repositories</h3>
317317
<li><a href="//godoc.org/golang.org/x/image">image</a> — additional imaging packages.</li>
318318
<li><a href="//godoc.org/golang.org/x/mobile">mobile</a> — experimental support for Go on mobile platforms.</li>
319319
<li><a href="//godoc.org/golang.org/x/net">net</a> — additional networking packages.</li>
320+
<li><a href="//godoc.org/golang.org/x/perf">perf</a> — packages and tools for performance measurement, storage, and analysis.</li>
321+
<li><a href="//godoc.org/golang.org/x/review">review</a> — a tool for working with Gerrit code reviews.</li>
322+
<li><a href="//godoc.org/golang.org/x/sync">sync</a> — additional concurrency primitives.</li>
320323
<li><a href="//godoc.org/golang.org/x/sys">sys</a> — packages for making system calls.</li>
321324
<li><a href="//godoc.org/golang.org/x/text">text</a> — packages for working with text.</li>
322325
<li><a href="//godoc.org/golang.org/x/time">time</a> — additional time packages.</li>

static/static.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)