mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-06 01:05:35 -05:00
more interface test
This commit is contained in:
@@ -6,11 +6,6 @@ import (
|
||||
"v2ray.com/core/common/errors"
|
||||
)
|
||||
|
||||
var (
|
||||
_ Reader = (*BytesToBufferReader)(nil)
|
||||
_ io.Reader = (*BytesToBufferReader)(nil)
|
||||
)
|
||||
|
||||
// BytesToBufferReader is a Reader that adjusts its reading speed automatically.
|
||||
type BytesToBufferReader struct {
|
||||
io.Reader
|
||||
|
||||
Reference in New Issue
Block a user