package
Version:
v0.0.0-...-b7c0055
Opens a new window with list of versions in this module.
Published: Oct 23, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Meal struct {
Date string `json:"Date"`
Breakfast []string `json:"Breakfast"`
Lunch []string `json:"Lunch"`
Dinner []string `json:"Dinner"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.