Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeakableReader ¶
type PeakableReader struct {
// contains filtered or unexported fields
}
func NewPeakableReader ¶
func NewPeakableReader(reader *bufio.Reader) *PeakableReader
func (*PeakableReader) PeekRune ¶
func (pb *PeakableReader) PeekRune() (rune, error)
func (*PeakableReader) PopRune ¶
func (pb *PeakableReader) PopRune() (rune, error)
Click to show internal directories.
Click to hide internal directories.