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:
Andrew Gerrand 2013-03-11 11:06:21 +11:00
parent 96b243fa47
commit 77d6cf1cd5
1 changed files with 2 additions and 1 deletions

View File

@ -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.