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

@@ -10,8 +10,8 @@ import (
"net/url"
"testing"
"elyby/minecraft-skinsystem/auth"
"elyby/minecraft-skinsystem/db"
"github.com/elyby/chrly/auth"
"github.com/elyby/chrly/db"
"github.com/golang/mock/gomock"
testify "github.com/stretchr/testify/assert"