1
0
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:
Darien Raymond
2017-12-03 23:11:29 +01:00
parent b3e6994e52
commit 7709ee9b7f
5 changed files with 29 additions and 21 deletions

View File

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