This commit is contained in:
abs3nt 2023-02-27 22:36:31 -08:00
parent bb79eb262c
commit fc31c729a6

View File

@ -12,10 +12,6 @@ import (
var ( var (
from string from string
to 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{ tempCmd = &cobra.Command{
Use: "temp", Use: "temp",
Short: "A brief description of your command", Short: "A brief description of your command",