mirror of
https://github.com/golang/go
synced 2024-11-21 15:34:45 -07:00
misc/dashboard/app: revert gofix of app engine file
R=dsymonds CC=golang-dev https://golang.org/cl/5451092
This commit is contained in:
parent
dbaeb0cf13
commit
b9bd0c758a
@ -36,7 +36,7 @@ const testPkg = "code.google.com/p/go.more"
|
||||
var testPackage = &Package{Name: "Test", Path: testPkg}
|
||||
|
||||
var testPackages = []*Package{
|
||||
{Name: "Go", Path: ""},
|
||||
&Package{Name: "Go", Path: ""},
|
||||
testPackage,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user