message for your changes (#565)

Signed-off-by: ‘hanzhixiao’ <‘709674996@qq.com’>
Co-authored-by: ‘hanzhixiao’ <‘709674996@qq.com’>
Signed-off-by: BanTanger <88583317+BanTanger@users.noreply.github.com>
This commit is contained in:
Alan 2023-07-14 19:14:18 +08:00 committed by BanTanger
parent 6a05b859cc
commit 1849053a6c
3 changed files with 1 additions and 9 deletions

1
build.cmd Normal file
View File

@ -0,0 +1 @@
go build -o

View File

@ -17,9 +17,6 @@ package msg
import (
"context"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/relation"
"google.golang.org/grpc"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/constant"

View File

@ -15,16 +15,10 @@
package controller
import (
"context"
"errors"
"time"
"gorm.io/gorm"
relation2 "github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/relation"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/table/relation"
"github.com/redis/go-redis/v9"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"