package
Version:
v2.0.0-rc.2
Opens a new window with list of versions in this module.
Published: Jan 29, 2024
License: MIT
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 Product struct {
Upc string `json:"upc"`
Name string `json:"name"`
Price int `json:"price"`
InStock int `json:"inStock"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.