mirror of
https://github.com/golang/go
synced 2024-11-18 16:04:44 -07: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:
parent
573fa9f0bd
commit
2607e9b47a
@ -88,6 +88,11 @@ var goPackages = []*Package{
|
|||||||
Name: "go.net",
|
Name: "go.net",
|
||||||
Path: "code.google.com/p/go.net",
|
Path: "code.google.com/p/go.net",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Kind: "subrepo",
|
||||||
|
Name: "go.sys",
|
||||||
|
Path: "code.google.com/p/go.sys",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Kind: "subrepo",
|
Kind: "subrepo",
|
||||||
Name: "go.talks",
|
Name: "go.talks",
|
||||||
|
Loading…
Reference in New Issue
Block a user