package
Version:
v0.19.5
Opens a new window with list of versions in this module.
Published: Nov 18, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Beer struct {
Name string `json:"name"`
Brand string `json:"brand"`
BrewYear int `json:"brew_year"`
ABV float32 `json:"abv"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.