Documentation
¶
Index ¶
- type ListType
- func (l *ListType) About() string
- func (l *ListType) Add(task string)
- func (l *ListType) Complete(i int) error
- func (l *ListType) Delete(i int) error
- func (l *ListType) GetString(i int) string
- func (l *ListType) List() []string
- func (l *ListType) LoadBinary(filename string) error
- func (l *ListType) LoadJSON(filename string) error
- func (l *ListType) SaveBinary(filename string) error
- func (l *ListType) SaveJSON(filename string) error
- func (l ListType) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListType ¶
type ListType []item // the book calls this type List. I think that's too vague so I changed it.
func (*ListType) LoadBinary ¶
func (*ListType) SaveBinary ¶
Click to show internal directories.
Click to hide internal directories.