mirror of
https://codeberg.org/andyscott/weather-cli.git
synced 2024-12-21 12:43:09 -05:00
Typo
This commit is contained in:
parent
47beff4da5
commit
5c1f2fad50
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ func printWeather(app *application) {
|
|||
fmt.Printf("High: %.2f\n", app.Forecast.Main.HighTemp)
|
||||
fmt.Printf("Low: %.2f\n", app.Forecast.Main.LowTemp)
|
||||
fmt.Printf("Pressure (hPa): %d\n", app.Forecast.Main.Pressure)
|
||||
fmt.Printf("Humidty (%%): %d\n", app.Forecast.Main.Humidity)
|
||||
fmt.Printf("Humidity (%%): %d\n", app.Forecast.Main.Humidity)
|
||||
fmt.Printf("Wind speed: %.2f\n", app.Forecast.Wind.Speed)
|
||||
fmt.Printf("Gust: %.2f\n", app.Forecast.Wind.Gust)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue