]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dashboard/app: revert gofix of app engine file
authorAndrew Gerrand <adg@golang.org>
Mon, 5 Dec 2011 02:44:22 +0000 (13:44 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 5 Dec 2011 02:44:22 +0000 (13:44 +1100)
R=dsymonds
CC=golang-dev
https://golang.org/cl/5451092

misc/dashboard/app/build/test.go

index 1d166bdc946d2a03ad891d08c794f4c081753e38..dacfa52226f9ce4abf66d940226846af89bd762b 100644 (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,
 }