einen vergessen

This commit is contained in:
Johannes Theiner 2021-01-06 15:12:19 +01:00
parent 32ac5c6c67
commit d7d370aa42
Signed by: joethei
GPG Key ID: 9D2B9A00FDA85BCD
1 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ type Weather struct {
Clouds int `json:"clouds"`
Rain int `json:"rain"`
Snow int `json:"snow"`
Rain int `json:"rain"`
Snow float32 `json:"snow"`
}