mirror of
https://github.com/elyby/chrly.git
synced 2024-11-18 03:03:01 +05:30
11 lines
148 B
Go
11 lines
148 B
Go
package services
|
|
|
|
import (
|
|
"github.com/mediocregopher/radix.v2/pool"
|
|
"github.com/gorilla/mux"
|
|
)
|
|
|
|
var RedisPool *pool.Pool
|
|
|
|
var Router *mux.Router
|