package
Version:
v0.0.0-...-2a1150f
Opens a new window with list of versions in this module.
Published: May 10, 2021
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 CountryData struct {
Code string `json:"code"`
Name string `json:"name"`
CapitalCity string `json:"capital_city"`
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.