update
This commit is contained in:
parent
bb79eb262c
commit
fc31c729a6
10
cmd/temp.go
10
cmd/temp.go
@ -10,13 +10,9 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
from string
|
from string
|
||||||
to string
|
to string
|
||||||
five_over_nine = float64(5) / float64(9)
|
tempCmd = &cobra.Command{
|
||||||
nine_over_five = float64(9) / float64(5)
|
|
||||||
kconst = 273.15
|
|
||||||
rconst = 459.67
|
|
||||||
tempCmd = &cobra.Command{
|
|
||||||
Use: "temp",
|
Use: "temp",
|
||||||
Short: "A brief description of your command",
|
Short: "A brief description of your command",
|
||||||
Long: `A longer description that spans multiple lines and likely contains examples
|
Long: `A longer description that spans multiple lines and likely contains examples
|
||||||
|
Loading…
Reference in New Issue
Block a user