Add direct copy

This commit is contained in:
世界 2023-04-24 18:45:38 +08:00
parent 44534566a3
commit bf0aaacc67
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
15 changed files with 912 additions and 136 deletions

View file

@ -125,7 +125,7 @@ func (w *ExtendedWriterWrapper) Upstream() any {
return w.Writer
}
func (w *ExtendedReaderWrapper) WriterReplaceable() bool {
func (w *ExtendedWriterWrapper) WriterReplaceable() bool {
return true
}