package
Version:
v0.0.0-...-77d0bba
Opens a new window with list of versions in this module.
Published: Mar 12, 2018
License: MIT
Opens a new window with license information.
Imports: 0
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 uint64 `json:"id"`
Title string `json:"title"`
Done bool `json:"done"`
}
Todo represents a single Todo Item
Source Files
¶
Click to show internal directories.
Click to hide internal directories.