From aab7ba95173550e5bd02667d73103c0954677252 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Tue, 11 Oct 2016 18:01:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B3=D1=80=D1=83?= =?UTF-8?q?=D0=BF=D0=BF=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B8=20=D0=B8=D0=BC?= =?UTF-8?q?=D0=BF=D0=BE=D1=80=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- minecraft-skinsystem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft-skinsystem.go b/minecraft-skinsystem.go index 2df5aa8..ff89ffa 100644 --- a/minecraft-skinsystem.go +++ b/minecraft-skinsystem.go @@ -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"