chore: Add units
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
baedbeb469
commit
798faa786b
1 changed files with 3 additions and 3 deletions
|
@ -57,9 +57,9 @@ func now(cmd *cobra.Command, args []string) {
|
||||||
|
|
||||||
fmt.Printf(
|
fmt.Printf(
|
||||||
`Current forecast for %s
|
`Current forecast for %s
|
||||||
Temperature: %.1f
|
Temperature: %.1f °C
|
||||||
Rain: %.1f
|
Rain: %.1f mm
|
||||||
Wind: %.1f from %s`,
|
Wind: %.1f m/s from %s`,
|
||||||
n.Location,
|
n.Location,
|
||||||
n.Temperature,
|
n.Temperature,
|
||||||
n.Percipitation,
|
n.Percipitation,
|
||||||
|
|
Loading…
Reference in a new issue