refresh neither leaks wraps, allows 2 of the same at once, nor closes raws
This commit is contained in:
@@ -9,7 +9,6 @@ import (
|
||||
type Raw interface {
|
||||
Read() []byte
|
||||
Close()
|
||||
Refresh()
|
||||
}
|
||||
|
||||
func New(ctx context.Context) Raw {
|
||||
|
||||
Reference in New Issue
Block a user