From 798faa786b44dbd3e134d2c4c729c1e96f58f6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Wed, 2 Oct 2024 19:22:44 +0200 Subject: [PATCH] chore: Add units MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Hårek Andreassen --- cmd/now.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/now.go b/cmd/now.go index 69f97c7..f3090b0 100644 --- a/cmd/now.go +++ b/cmd/now.go @@ -57,9 +57,9 @@ func now(cmd *cobra.Command, args []string) { fmt.Printf( `Current forecast for %s - Temperature: %.1f - Rain: %.1f - Wind: %.1f from %s`, + Temperature: %.1f °C + Rain: %.1f mm + Wind: %.1f m/s from %s`, n.Location, n.Temperature, n.Percipitation,