mirror of
https://github.com/elyby/chrly.git
synced 2025-01-25 13:02:39 +05:30
283f4e0e3f
This reverts commit 915c46522445eb721af9eb62ff5d1b649a30f07c.
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
|