package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 2, 2025
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
LastInput string `json:"last_input"`
RunningPID int `json:"running_pid"`
}
type Todo struct {
ID int `json:"id"`
Text string `json:"text"`
Done bool `json:"done"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.