From a96f5562bbe6bed0128bdeb2bc0f2cf6c57f92cd Mon Sep 17 00:00:00 2001 From: EricNeid Date: Tue, 10 Dec 2019 07:34:15 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- api.go | 4 ---- openweather.go | 5 +++++ 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 openweather.go diff --git a/README.md b/README.md index 11a8c3d..717244a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ go get github.com/EricNeid/openweather Is available on ``godoc``: - + ## Examples diff --git a/api.go b/api.go index a75ee78..1eafc06 100644 --- a/api.go +++ b/api.go @@ -1,7 +1,3 @@ -// Package openweather contains helper functions to query -// OpenWeatherMaps (http://openweathermap.org/) for weather information. -// Currently the current weather API (http://openweathermap.org/current) and the -// 5 days forecast API (http://openweathermap.org/forecast5) are supported. package openweather import ( diff --git a/openweather.go b/openweather.go new file mode 100644 index 0000000..43427b1 --- /dev/null +++ b/openweather.go @@ -0,0 +1,5 @@ +// Package openweather contains helper functions to query +// OpenWeatherMaps (http://openweathermap.org/) for weather information. +// Currently the current weather API (http://openweathermap.org/current) and the +// 5 days forecast API (http://openweathermap.org/forecast5) are supported. +package openweather