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

go.tools/dashboard/app: add go.sys to builder package list

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/129030043
This commit is contained in:
Andrew Gerrand 2014-08-13 07:55:36 +10:00
parent 573fa9f0bd
commit 2607e9b47a

View File

@ -88,6 +88,11 @@ var goPackages = []*Package{
Name: "go.net",
Path: "code.google.com/p/go.net",
},
{
Kind: "subrepo",
Name: "go.sys",
Path: "code.google.com/p/go.sys",
},
{
Kind: "subrepo",
Name: "go.talks",