This commit is contained in:
hoteas
2018-04-03 19:16:11 +00:00
parent 910424f80c
commit c3d0b64d72
3 changed files with 25 additions and 38 deletions
+2 -1
View File
@@ -6,10 +6,11 @@ import (
_ "github.com/go-sql-driver/mysql"
"go.hoteas.com/hotime"
"golang.org/x/net/websocket"
"github.com/garyburd/redigo/redis"
)
func main() {
hotime.CacheRedis{nil,redis.Dial()}
appIns := hotime.Application{}
i := 0