added todos
This commit is contained in:
parent
b22701f32e
commit
66884c64bb
2 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue