package
Version:
v0.0.0-...-a04e50b
Opens a new window with list of versions in this module.
Published: Aug 5, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cart struct {
Items map[int]int
}
Cart represents a shopping cart.
NewCart creates a new shopping cart.
func (c *Cart) AddToCart(productID, quantity int)
AddToCart adds a specified quantity of a product to the cart.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.