From fc31c729a6d828209117499448241bbaedd46aef Mon Sep 17 00:00:00 2001 From: abs3nt Date: Mon, 27 Feb 2023 22:36:31 -0800 Subject: [PATCH] update --- cmd/temp.go | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/cmd/temp.go b/cmd/temp.go index 78c154b..76e0729 100644 --- a/cmd/temp.go +++ b/cmd/temp.go @@ -10,13 +10,9 @@ import ( ) var ( - from string - to string - five_over_nine = float64(5) / float64(9) - nine_over_five = float64(9) / float64(5) - kconst = 273.15 - rconst = 459.67 - tempCmd = &cobra.Command{ + from string + to string + tempCmd = &cobra.Command{ Use: "temp", Short: "A brief description of your command", Long: `A longer description that spans multiple lines and likely contains examples