|
|
|
@ -108,8 +108,6 @@ func printWeather(data WeatherAPI) { |
|
|
|
|
str_sunrise := time.Unix(weatherData.Sys.Sunrise, 0) |
|
|
|
|
//str_wind_speed := weatherData.Wind.Speed
|
|
|
|
|
|
|
|
|
|
boldWhite.Printf("⚙️TESTING⚙️\n") |
|
|
|
|
|
|
|
|
|
boldWhite.Printf("📍Location: ") |
|
|
|
|
fmt.Printf("%v, %v\n", str_loc, str_code) |
|
|
|
|
|
|
|
|
|