func main()

in cron-helper/appengine/appengine.go [24:27]


func main() {
	http.HandleFunc("/", handle)
	appengine.Main()
}