Skip to content

Commit b9de37d

Browse files
authored
Merge pull request #5 from Neverbolt/master
Adds Icon parameter to Weather
2 parents a6f93d8 + 6e08255 commit b9de37d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openweathermap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ type Weather struct {
3030
Id int `json:"id"`
3131
Main string `json:"main"`
3232
Description string `json:"description"`
33+
Icon string `json:"icon"`
3334
}
3435

3536
type Wind struct {

0 commit comments

Comments
 (0)