1
0
mirror of https://github.com/golang/go synced 2024-09-30 20:18:33 -06:00

x/dashboard/app: update sub-repo list (+mobile, +text, -codereview)

LGTM=dsymonds
R=dsymonds
CC=golang-codereviews
https://golang.org/cl/176610044
This commit is contained in:
Andrew Gerrand 2014-12-08 10:37:26 +11:00
parent 9e66c59fb1
commit 2d24bddc61

View File

@ -133,11 +133,6 @@ var gitPackages = []*Package{
Name: "blog",
Path: "golang.org/x/blog",
},
{
Kind: "subrepo",
Name: "codereview",
Path: "golang.org/x/codereview",
},
{
Kind: "subrepo",
Name: "crypto",
@ -153,6 +148,11 @@ var gitPackages = []*Package{
Name: "image",
Path: "golang.org/x/image",
},
{
Kind: "subrepo",
Name: "mobile",
Path: "golang.org/x/mobile",
},
{
Kind: "subrepo",
Name: "net",
@ -168,6 +168,11 @@ var gitPackages = []*Package{
Name: "talks",
Path: "golang.org/x/talks",
},
{
Kind: "subrepo",
Name: "text",
Path: "golang.org/x/text",
},
{
Kind: "subrepo",
Name: "tools",