1
0
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:
Darien Raymond
2017-10-22 15:03:20 +02:00
parent 49914adf00
commit 233bb08e56
3 changed files with 4 additions and 1 deletions

View File

@@ -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 {