diff options
-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 |
index : weather | ||
A command that prints the weather forecast for a location, using either the Met Office or BBC as a source | njw |
summaryrefslogtreecommitdiff |
-rw-r--r-- | weather.go | 1 |
@@ -112,6 +112,7 @@ var TypeDescription = map[int]string{ 10: "Light Rain Showers", 11: "Drizzle", 12: "Light Rain", + 15: "Heavy Rain", } // Our prefered struct |