Some refactorings for telegram package

This commit is contained in:
9seconds
2019-10-08 14:08:34 +03:00
parent 6c7edfb7db
commit 3ae69183aa
6 changed files with 45 additions and 37 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package telegram
import "github.com/9seconds/mtg/conntypes"
import "github.com/9seconds/mtg/conntypes"
type Telegram interface {
Dial(conntypes.DC, conntypes.ConnectionProtocol) (conntypes.StreamReadWriteCloser, error)