Проект разбит на более мелкие части

This commit is contained in:
ErickSkrauch
2016-07-05 01:28:09 +03:00
parent baa1cd3010
commit 6a7cc9ae77
12 changed files with 181 additions and 135 deletions

7
lib/services/services.go Normal file
View File

@@ -0,0 +1,7 @@
package services
import (
"github.com/mediocregopher/radix.v2/redis"
)
var Redis *redis.Client