This commit is contained in:
withchao 2023-01-29 14:53:31 +08:00
parent 56a89ad33b
commit 399e1520d6
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@ package controller
import (
"Open_IM/pkg/common/db/cache"
"Open_IM/pkg/common/db/mysql"
"Open_IM/pkg/common/db/relation"
"context"
"errors"
"gorm.io/gorm"

View File

@ -2,7 +2,6 @@ package controller
import (
"Open_IM/pkg/common/db/cache"
"Open_IM/pkg/common/db/mysql"
"Open_IM/pkg/common/db/relation"
"context"
"errors"

View File

@ -2,7 +2,7 @@ package controller
import (
"Open_IM/pkg/common/db/cache"
"Open_IM/pkg/common/db/mysql"
"Open_IM/pkg/common/db/relation"
"context"
)