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

@@ -4,14 +4,14 @@ import (
"fmt"
"log"
"elyby/minecraft-skinsystem/auth"
"github.com/elyby/chrly/auth"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"elyby/minecraft-skinsystem/bootstrap"
"elyby/minecraft-skinsystem/db"
"elyby/minecraft-skinsystem/http"
"github.com/elyby/chrly/bootstrap"
"github.com/elyby/chrly/db"
"github.com/elyby/chrly/http"
)
var serveCmd = &cobra.Command{