gddo icon indicating copy to clipboard operation
gddo copied to clipboard

Add a way to list packages by prefix

Open broady opened this issue 10 years ago • 2 comments

https://godoc.org/-/subrepo has a special index to display all the golang.org/x/... subrepos.

It would be nice to have this for any package path prefix. For example, to display all of the google.golang.org/... repos.

broady avatar Apr 18 '16 06:04 broady

That does sound nice. Some queries of that nature may return an exorbitant amount of packages without pagination. Still, it will be less than the page that displays all packages known to godoc.org.

@broady, in addition to google.golang.org/..., would this feature request would also include queries like honnef.co/go/..., github.com/username/... and github.com/...?

dmitshur avatar Apr 18 '16 22:04 dmitshur

Exactly. We should paginate. That other page that lists all packages should be paginated, anyway!

broady avatar Apr 18 '16 22:04 broady