From cff79f336f3e816189a3cbe656fdd7b269a37e90 Mon Sep 17 00:00:00 2001 From: hoteas Date: Tue, 22 Aug 2017 09:15:20 +0000 Subject: [PATCH] demo --- trunk/src/go.hoteas.com/hotime/example/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/src/go.hoteas.com/hotime/example/main.go b/trunk/src/go.hoteas.com/hotime/example/main.go index c9dcf1f..0d7967b 100644 --- a/trunk/src/go.hoteas.com/hotime/example/main.go +++ b/trunk/src/go.hoteas.com/hotime/example/main.go @@ -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 })