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(
|
||||
`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,
|
||||
|
|
Loading…
Reference in a new issue