mirror of
https://github.com/elyby/chrly.git
synced 2024-12-23 13:40:11 +05:30
283f4e0e3f
This reverts commit 915c465224
.
11 lines
148 B
Go
11 lines
148 B
Go
package services
|
|
|
|
import (
|
|
"github.com/mediocregopher/radix.v2/redis"
|
|
"github.com/gorilla/mux"
|
|
)
|
|
|
|
var Redis *redis.Client
|
|
|
|
var Router *mux.Router
|