todocore

package
v0.0.0-...-30f5a02 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2026 License: GPL-3.0, LGPL-2.1 Imports: 6 Imported by: 0

Documentation

Index

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) Add

func (l *ListType) Add(task string)

func (*ListType) Complete

func (l *ListType) Complete(i int) error

func (*ListType) Delete

func (l *ListType) Delete(i int) error

func (*ListType) List

func (l *ListType) List() []string

func (*ListType) LoadBinary

func (l *ListType) LoadBinary(filename string) error

func (*ListType) LoadJSON

func (l *ListType) LoadJSON(filename string) error

func (*ListType) SaveBinary

func (l *ListType) SaveBinary(filename string) error

func (*ListType) SaveJSON

func (l *ListType) SaveJSON(filename string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL