diff options
author | Nick White <git@njw.name> | 2018-04-24 11:36:39 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2018-04-24 11:36:39 +0100 |
commit | 155b169a8e872c83f5b6b85b587a9c0ac898332a (patch) | |
tree | dee6be861f2b0dc635dddebb4075b72424c66fce | |
parent | 79caca3370da877dfd1eae977c5a32837a373f17 (diff) | |
download | weather-155b169a8e872c83f5b6b85b587a9c0ac898332a.tar.bz2 weather-155b169a8e872c83f5b6b85b587a9c0ac898332a.zip |
Add more weather types
-rw-r--r-- | weather.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -109,6 +109,8 @@ var TypeDescription = map[int]string{ 7: "Light Cloud", 8: "Thick Cloud", 9: "Light Rain Showers", + 10: "Light Rain Showers", + 11: "Drizzle", 12: "Light Rain", } |