package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Aug 11, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Weather struct {
City string `json:"city"`
Date string `json:"date"`
Temp string `json:"temp"`
Weather string `json:"weather"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.