diff options
author | Nick White <git@njw.name> | 2020-02-16 13:55:10 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-02-16 13:55:10 +0000 |
commit | c40c1160b1b20239679f21cb926bcfca6c1edb59 (patch) | |
tree | 379935bf37e4ca76429b528dc69fb23a5cfa1b55 | |
parent | 49903b5a5fcd8413a0ea37c25ed7094223defca0 (diff) | |
download | weather-c40c1160b1b20239679f21cb926bcfca6c1edb59.tar.bz2 weather-c40c1160b1b20239679f21cb926bcfca6c1edb59.zip |
Add another weather description
-rw-r--r-- | weather.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,6 +113,7 @@ var TypeDescription = map[int]string{ 10: "Light Rain Showers", 11: "Drizzle", 12: "Light Rain", + 14: "Heavy Rain Showers", 15: "Heavy Rain", 18: "Sleet", 19: "Hail Showers", |