1
0
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:
Andrew Gerrand 2011-12-05 13:44:22 +11:00
parent dbaeb0cf13
commit b9bd0c758a

View File

@ -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,
}