aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-12-05 13:44:22 +1100
committerAndrew Gerrand <adg@golang.org>2011-12-05 13:44:22 +1100
commitb9bd0c758a0c654d62fb26268ba87232b8184731 (patch)
tree5fe8e4a6b1b7493c84250111d3386be538739ee0
parentdbaeb0cf13b7e2e0d7cffe61774e069368e4f7e5 (diff)
downloadgo-b9bd0c758a0c654d62fb26268ba87232b8184731.tar.gz
go-b9bd0c758a0c654d62fb26268ba87232b8184731.zip
misc/dashboard/app: revert gofix of app engine file
R=dsymonds CC=golang-dev https://golang.org/cl/5451092
-rw-r--r--misc/dashboard/app/build/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dashboard/app/build/test.go b/misc/dashboard/app/build/test.go
index 1d166bdc94..dacfa52226 100644
--- a/misc/dashboard/app/build/test.go
+++ b/misc/dashboard/app/build/test.go
@@ -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,
}