This commit is contained in:
hoteas
2017-08-23 02:05:47 +00:00
parent 6940609ad2
commit 2dc47959bf
10 changed files with 309 additions and 341 deletions
+4
View File
@@ -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) {