Фикс группировки импортов

This commit is contained in:
ErickSkrauch 2016-10-11 18:01:33 +03:00
parent dea674f52e
commit aab7ba9517

View File

@ -5,6 +5,7 @@ import (
"runtime"
"time"
"net/http"
"path/filepath"
"github.com/gorilla/mux"
"github.com/streadway/amqp"
@ -13,7 +14,6 @@ import (
"elyby/minecraft-skinsystem/lib/routes"
"elyby/minecraft-skinsystem/lib/services"
"elyby/minecraft-skinsystem/lib/worker"
"path/filepath"
)
const redisString string = "redis:6379"