mirror of https://github.com/golang/go.git
misc/dashboard: add go.blog sub-repo to dashboard
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/7690043
This commit is contained in:
parent
96b243fa47
commit
77d6cf1cd5
|
|
@ -20,12 +20,13 @@ var defaultPackages = []*Package{
|
|||
|
||||
// subRepos specifies the Go project sub-repositories.
|
||||
var subRepos = []string{
|
||||
"blog",
|
||||
"codereview",
|
||||
"crypto",
|
||||
"exp",
|
||||
"image",
|
||||
"net",
|
||||
"talks",
|
||||
"exp",
|
||||
}
|
||||
|
||||
// Put subRepos into defaultPackages.
|
||||
|
|
|
|||
Loading…
Reference in New Issue