mv src/proto to pkg/proto

This commit is contained in:
xmcy0011
2021-10-11 22:00:38 +08:00
parent 585715adbf
commit bc94d4e0b3
89 changed files with 90 additions and 90 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package auth
import (
"Open_IM/src/common/db/mysql_model/im_mysql_model"
"Open_IM/src/common/log"
pbAuth "Open_IM/src/proto/auth"
pbAuth "Open_IM/pkg/proto/auth"
"Open_IM/src/utils"
"context"
)