Completely rename project to the Chrly and make it ready to be opensourced

This commit is contained in:
ErickSkrauch
2018-02-16 00:13:57 +03:00
parent 11647f2eae
commit ce4dce49a2
20 changed files with 33 additions and 33 deletions

View File

@@ -3,7 +3,7 @@ package db
import (
"github.com/spf13/viper"
"elyby/minecraft-skinsystem/interfaces"
"github.com/elyby/chrly/interfaces"
)
type StorageFactory struct {

View File

@@ -5,8 +5,8 @@ import (
"path"
"strings"
"elyby/minecraft-skinsystem/interfaces"
"elyby/minecraft-skinsystem/model"
"github.com/elyby/chrly/interfaces"
"github.com/elyby/chrly/model"
)
type FilesystemFactory struct {

View File

@@ -14,8 +14,8 @@ import (
"github.com/mediocregopher/radix.v2/redis"
"github.com/mediocregopher/radix.v2/util"
"elyby/minecraft-skinsystem/interfaces"
"elyby/minecraft-skinsystem/model"
"github.com/elyby/chrly/interfaces"
"github.com/elyby/chrly/model"
)
type RedisFactory struct {