fix linting (#4)
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -6,7 +6,8 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
DefaultTransport Transport = &NoopTransport{opts: NewOptions()}
|
||||
// DefaultTransport is the global default transport
|
||||
DefaultTransport Transport = NewTransport()
|
||||
)
|
||||
|
||||
// Transport is an interface which is used for communication between
|
||||
|
Reference in New Issue
Block a user