The highest tagged major version is
v2.
package
Version:
v1.67.4
Opens a new window with list of versions in this module.
Published: Jul 10, 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.