package
module
Version:
v0.0.0-...-f899971
Opens a new window with list of versions in this module.
Published: Oct 19, 2017
License: GPL-2.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.
README
¶
Documentation
¶
type Hop struct {
Name string `json:"name"`
Country string `json:"country"`
}
type HopSubstitute struct {
HopA Hop `json:"hopA"`
HopB Hop `json:"hopB"`
Match float64 `json:"match"`
Source string `json:"source"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.