Versions in this module Expand all Collapse all v0 v0.2.2 May 29, 2022 Changes in this version + var ErrItemNotFound = errors.New("item not found") + type Item struct + Description string + ID string + Name string + Price float64 + func NewItem(id, name, description string, price float64) Item + func (m *Item) Update(updates Item)