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

@@ -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 {