修复内容为空时无法缓存的Bug

This commit is contained in:
刘祥超
2022-06-09 20:26:36 +08:00
parent b2fc785543
commit d82d16e28d
3 changed files with 9 additions and 2 deletions

View File

@@ -2,7 +2,9 @@
package readers
import "io"
import (
"io"
)
type TeeReaderCloser struct {
r io.Reader