Updated import paths in search.go

pull/864/head
sweep-ai[bot] 2 years ago committed by GitHub
parent 4eb810e26c
commit 6462a14af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,9 +2,9 @@ package msg
import (
"context"
"github.com/OpenIMSDK/Open-IM-Server/internal/logic/model"
"github.com/OpenIMSDK/Open-IM-Server/internal/logic/service"
"github.com/OpenIMSDK/Open-IM-Server/pkg/pb"
"github.com/OpenIMSDK/Open-IM-Server/internal/model"
"github.com/OpenIMSDK/Open-IM-Server/internal/service"
"github.com/OpenIMSDK/Open-IM-Server/pkg/protocol"
)
type msgServer struct {

Loading…
Cancel
Save