This commit is contained in:
Fangliding
2026-09-08 18:59:03 +08:00
parent 5ed59b3911
commit 7c9282cc9c
+4 -4
View File
@@ -63,8 +63,8 @@ func New(opts ...Option) (*Reader, *Writer) {
} }
return &Reader{ return &Reader{
pipe: p, pipe: p,
}, &Writer{ }, &Writer{
pipe: p, pipe: p,
} }
} }