Fix linters

This commit is contained in:
9seconds
2018-06-19 10:22:31 +03:00
parent daca606058
commit b0292e4ed9
10 changed files with 17 additions and 73 deletions
+3
View File
@@ -7,6 +7,9 @@ import (
"github.com/juju/errors"
)
// Telegram defines an interface to connect to Telegram. This
// encapsulates logic of working with middleproxies or direct
// connections.
type Telegram interface {
Dial(int16) (io.ReadWriteCloser, error)
Init(io.ReadWriteCloser) (io.ReadWriteCloser, error)