added todos

This commit is contained in:
Bronku 2025-07-02 10:24:46 +02:00
parent b22701f32e
commit 66884c64bb
2 changed files with 14 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import "time"
type Cake struct {
Name string
ID int
Price int
Price int // increments of 0.01
Amount int
Category string
Availability string