Documentation ¶ Index ¶ Variables func Create(title string) error func Edit(number int) error func Init(path string) error func List() error func Show(number int) error func Update(number int, status string) error func Version(prog string) error Constants ¶ This section is empty. Variables ¶ View Source var ErrInternal = errors.New("internal") View Source var ErrInvalidStatus = errors.New("invalid status") Functions ¶ func Create ¶ func Create(title string) error func Edit ¶ func Edit(number int) error func Init ¶ func Init(path string) error func List ¶ func List() error func Show ¶ func Show(number int) error func Update ¶ func Update(number int, status string) error func Version ¶ added in v0.0.2 func Version(prog string) error Types ¶ This section is empty. Source Files ¶ View all Source files edit.go error.go init.go list.go new.go show.go template.go update.go version.go Directories ¶ Show internal Expand all Path Synopsis adr config Click to show internal directories. Click to hide internal directories.