From da99edba7d05f757368b760043526e919d7f19ca Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期一, 16 九月 2019 16:14:13 +0800 Subject: [PATCH] config.Init --- middlewares/auth/auth.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/middlewares/auth/auth.go b/middlewares/auth/auth.go index 8a23438..4c7c75d 100644 --- a/middlewares/auth/auth.go +++ b/middlewares/auth/auth.go @@ -5,7 +5,7 @@ "net/http" "strings" "webserver/extend/config" - "webserver/extend/logger" + "basic.com/valib/logger.git" ) const ( -- Gitblit v1.8.0