Commit 1338347b authored by Andrew Gerrand's avatar Andrew Gerrand

dashboard: improve key panic message

R=dsymonds
CC=golang-dev
https://golang.org/cl/5495060
parent 0358c895
......@@ -9,7 +9,7 @@ import "appengine"
// Delete this init function before deploying to production.
func init() {
if !appengine.IsDevAppServer() {
panic("please read key.go")
panic("please read misc/dashboard/app/build/key.go")
}
}
......
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