logger 패키지 경로 수정

This commit is contained in:
2023-05-22 00:48:31 +09:00
parent 44a61f69aa
commit daebf4faba

View File

@ -4,7 +4,7 @@ import (
"context" "context"
"encoding/json" "encoding/json"
"fmt" "fmt"
"go-ayo/common/logger" "go-ayo/logger"
"houston/shared" "houston/shared"
"houston/shared/protos" "houston/shared/protos"
"reflect" "reflect"