golang / gddo

Go Doc Dot Org
https://godoc.org
BSD 3-Clause "New" or "Revised" License
1.1k stars 265 forks source link

Listing all known golang projects from godoc #630

Open wrouesnel opened 5 years ago

wrouesnel commented 5 years ago

Is this currently possible?

The specific use case is that I would like to pre-prime a Go modules cache which needs to be transferred to an offline network. Currently I can do this for Python using the various extracts of package popularity available (i.e. the top 5000 packages plus a few standouts covers more or less the entire use case).

Is it possible to get a similar extract from godoc, being the central clearing house of documentation for the go community that it is?