Commit b9bd0c75 authored by Andrew Gerrand's avatar Andrew Gerrand

misc/dashboard/app: revert gofix of app engine file

R=dsymonds
CC=golang-dev
https://golang.org/cl/5451092
parent dbaeb0cf
......@@ -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,
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment