This commit is contained in:
@@ -49,7 +49,11 @@ func main() {
|
||||
"app": hotime.Proj{
|
||||
"index": hotime.Ctr{
|
||||
"test": func(this *hotime.Context) {
|
||||
fmt.Println(this.Db.GetTag())
|
||||
this.Db.Action(func() bool {
|
||||
|
||||
return true
|
||||
})
|
||||
this.Display(0, "chenggong")
|
||||
},
|
||||
"websocket": func(this *hotime.Context) {
|
||||
|
||||
Reference in New Issue
Block a user