mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-06 01:05:35 -05:00
fix lint warnings
This commit is contained in:
@@ -11,6 +11,7 @@ type Reader interface {
|
||||
Read() (MultiBuffer, error)
|
||||
}
|
||||
|
||||
// ErrReadTimeout is an error that happens with IO timeout.
|
||||
var ErrReadTimeout = newError("IO timeout")
|
||||
|
||||
type TimeoutReader interface {
|
||||
|
||||
Reference in New Issue
Block a user