This commit is contained in:
hoteas 2017-08-22 09:15:20 +00:00
parent a5457b3141
commit cff79f336f

View File

@ -12,9 +12,10 @@ func main() {
appIns := hotime.Application{}
i := 0
appIns.SetConnectListener(func(context hotime.Context) bool {
appIns.SetConnectListener(func(context *hotime.Context) bool {
fmt.Println(i)
i++
//this.HandlerStr = "/test.html"
return true
})