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