优化代码

This commit is contained in:
GoEdgeLab
2023-08-08 11:23:04 +08:00
parent 7f1d51c474
commit 069635ddbf
2 changed files with 4 additions and 2 deletions

View File

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