1
0
mirror of https://github.com/golang/go synced 2024-11-21 21:54:40 -07:00

dashboard: improve key panic message

R=dsymonds
CC=golang-dev
https://golang.org/cl/5495060
This commit is contained in:
Andrew Gerrand 2011-12-16 14:59:50 +11:00
parent 0358c8957a
commit 1338347b9c

View File

@ -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")
}
}