Closed
Description
https://github.com/golang/go/wiki/CreatingSubRepository is super complicated.
We had our list of Go repos is a half dozen places.
https://golang.org/cl/208697 added a new repos package for use in x/build and uses it in a number of places.
https://golang.org/cl/210461 fleshes it out more and uses it for maintnerd, removing another list.
Remaining:
- gerritbot.go's
// Gerrit projects we accept PRs for.
var gerritProjectWhitelist = map[string]bool{
"arch": true,
"benchmarks": true,
"blog": true,
"build": true,
"crypto": true,
"debug": true,
"dl": true,
"example": true,
...
- simplify the CreatingSubRepository wiki page.