Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeekReader ¶
func NewPeekReader ¶
func NewPeekReader(r *bufio.Reader) *PeekReader
func (*PeekReader) Continue ¶
func (p *PeekReader) Continue()
Continue allows the PeekReader to continue reading from the underlying reader, it will continue after any data previously peeked.
Calling this method multiple times is safe and has no additional effect.
Click to show internal directories.
Click to hide internal directories.