Commit 77d6cf1c authored by Andrew Gerrand's avatar Andrew Gerrand

misc/dashboard: add go.blog sub-repo to dashboard

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/7690043
parent 96b243fa
...@@ -20,12 +20,13 @@ var defaultPackages = []*Package{ ...@@ -20,12 +20,13 @@ var defaultPackages = []*Package{
// subRepos specifies the Go project sub-repositories. // subRepos specifies the Go project sub-repositories.
var subRepos = []string{ var subRepos = []string{
"blog",
"codereview", "codereview",
"crypto", "crypto",
"exp",
"image", "image",
"net", "net",
"talks", "talks",
"exp",
} }
// Put subRepos into defaultPackages. // Put subRepos into defaultPackages.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment