mirror of
https://github.com/elyby/chrly.git
synced 2024-11-30 02:32:19 +05:30
Фикс группировки импортов
This commit is contained in:
parent
dea674f52e
commit
aab7ba9517
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user