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:
parent
0358c8957a
commit
1338347b9c
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user