Documentation ¶ Index ¶ func NewReader(in io.Reader, dir, prefix string) (io.Reader, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewReader ¶ func NewReader(in io.Reader, dir, prefix string) (io.Reader, error) NewReader continually reads from in and buffers the data inside a temporary file (created with ioutil.TempFile(dir, prefix)). It returns a Reader that can be used to read the data. Types ¶ This section is empty. Source Files ¶ View all Source files breader.go Click to show internal directories. Click to hide internal directories.