Versions in this module Expand all Collapse all v0 v0.0.2 Jan 21, 2026 v0.0.1 Jan 20, 2026 Changes in this version + type Item struct + Currency string + Div string + Id int + ImgFile string + Name string + Price *int + PurchaseDate string + Vendor string + func LoadAllItems(db *sql.DB) (error, []Item)