mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-02-26 00:25:41 +08:00
优化代码
This commit is contained in:
@@ -4,7 +4,7 @@ package readers
|
||||
|
||||
import "io"
|
||||
|
||||
type FilterFunc = func(p []byte, err error) error
|
||||
type FilterFunc = func(p []byte, readErr error) error
|
||||
|
||||
type FilterReaderCloser struct {
|
||||
rawReader io.Reader
|
||||
|
||||
Reference in New Issue
Block a user