parent
c956add8b0
commit
9367ad901d
@ -1,13 +1,13 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
apiAuth "Open_IM/src/api/auth"
|
apiAuth "Open_IM/internal/api/auth"
|
||||||
apiChat "Open_IM/src/api/chat"
|
apiChat "Open_IM/internal/api/chat"
|
||||||
"Open_IM/src/api/friend"
|
"Open_IM/internal/api/friend"
|
||||||
"Open_IM/src/api/group"
|
"Open_IM/internal/api/group"
|
||||||
"Open_IM/src/api/manage"
|
"Open_IM/internal/api/manage"
|
||||||
apiThird "Open_IM/src/api/third"
|
apiThird "Open_IM/internal/api/third"
|
||||||
"Open_IM/src/api/user"
|
"Open_IM/internal/api/user"
|
||||||
"Open_IM/src/utils"
|
"Open_IM/src/utils"
|
||||||
"flag"
|
"flag"
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
Loading…
Reference in new issue