Rename full path in order to favor modules

This commit is contained in:
9seconds
2019-11-11 15:09:29 +03:00
parent b491e03504
commit 273aa18367
53 changed files with 120 additions and 122 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package hub
import "github.com/9seconds/mtg/protocol"
import "mtg/protocol"
type Interface interface {
Register(*protocol.TelegramRequest) (*ProxyConn, error)