diff options
Diffstat (limited to 'weather.go')
-rw-r--r-- | weather.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ var TypeDescription = map[int]string{ 10: "Light Rain Showers", 11: "Drizzle", 12: "Light Rain", + 15: "Heavy Rain", } // Our prefered struct |