We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6f93d8 + 6e08255 commit b9de37dCopy full SHA for b9de37d
openweathermap.go
@@ -30,6 +30,7 @@ type Weather struct {
30
Id int `json:"id"`
31
Main string `json:"main"`
32
Description string `json:"description"`
33
+ Icon string `json:"icon"`
34
}
35
36
type Wind struct {
0 commit comments