diff options
author | Nick White <git@njw.name> | 2018-04-26 10:09:23 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2018-04-26 10:09:23 +0100 |
commit | f1d8577d556a48a04725f4a4068d904473404062 (patch) | |
tree | 6dcb06af905b87bd520fba26cad8a3d3b19b19ce | |
parent | 155b169a8e872c83f5b6b85b587a9c0ac898332a (diff) | |
download | weather-f1d8577d556a48a04725f4a4068d904473404062.tar.bz2 weather-f1d8577d556a48a04725f4a4068d904473404062.zip |
Add another weather description
-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 |