From daebf4faba4eaff6f72deedba23705d8b2c0b2ec Mon Sep 17 00:00:00 2001 From: mountain Date: Mon, 22 May 2023 00:48:31 +0900 Subject: [PATCH] =?UTF-8?q?logger=20=ED=8C=A8=ED=82=A4=EC=A7=80=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/operation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/operation.go b/server/operation.go index f9a10cd..060c8c3 100644 --- a/server/operation.go +++ b/server/operation.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" "fmt" - "go-ayo/common/logger" + "go-ayo/logger" "houston/shared" "houston/shared/protos" "reflect"