Documentation
¶
Index ¶
- type Reader
- type TxtReader
- func (txt *TxtReader) Current() string
- func (txt *TxtReader) CurrentPos() int
- func (txt *TxtReader) First() string
- func (txt *TxtReader) GetProgress() string
- func (txt *TxtReader) Goto(pos int) string
- func (txt *TxtReader) Last() string
- func (txt *TxtReader) Load(path string) error
- func (txt *TxtReader) Next() string
- func (txt *TxtReader) Prev() string
- func (txt *TxtReader) SaveProgress() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxtReader ¶
type TxtReader struct {
// contains filtered or unexported fields
}
func NewTxtReader ¶
func NewTxtReader() *TxtReader
func (*TxtReader) CurrentPos ¶
func (*TxtReader) GetProgress ¶
func (*TxtReader) SaveProgress ¶
Click to show internal directories.
Click to hide internal directories.