We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edc9e0 commit 15b6fd6Copy full SHA for 15b6fd6
tailpipe.go
@@ -54,6 +54,8 @@ func (f *File) Read(p []byte) (n int, err error) {
54
}
55
f.r = file
56
57
+ } else {
58
+ return 0, ErrNotSupported
59
60
} else {
61
break
0 commit comments