package
Version:
v0.0.0-...-8519ef3
Opens a new window with list of versions in this module.
Published: Dec 14, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Todo struct {
ID int `csv:"id"`
Task string `csv:"task"`
Done bool `csv:"done"`
Created string `csv:"created"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.