Fixed bugs and added hourly forecast

This commit is contained in:
2025-07-31 16:06:57 +02:00
parent 82f67515e7
commit f44c671052
12 changed files with 383 additions and 129 deletions

View File

@@ -34,7 +34,7 @@ func GetCoordinates(cityName string, apiKey string) (types.City, error) {
}
if len(geoArr) == 0 {
return types.City{}, errors.New("Cannot find this city")
return types.City{}, errors.New("cannot find this city")
}
return types.City{