mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 15:44:02 +03:00
Rename full path in order to favor modules
This commit is contained in:
+4
-4
@@ -7,10 +7,10 @@ import (
|
||||
|
||||
"go.uber.org/zap"
|
||||
|
||||
"github.com/9seconds/mtg/conntypes"
|
||||
"github.com/9seconds/mtg/mtproto"
|
||||
"github.com/9seconds/mtg/mtproto/rpc"
|
||||
"github.com/9seconds/mtg/protocol"
|
||||
"mtg/conntypes"
|
||||
"mtg/mtproto"
|
||||
"mtg/mtproto/rpc"
|
||||
"mtg/protocol"
|
||||
)
|
||||
|
||||
type connection struct {
|
||||
|
||||
Reference in New Issue
Block a user