Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CharReader ¶
type CharReader struct {
// contains filtered or unexported fields
}
func NewCharReader ¶
func NewCharReader(r io.Reader) *CharReader
func (*CharReader) ReadChar ¶
func (cr *CharReader) ReadChar() (string, error)
Click to show internal directories.
Click to hide internal directories.