th7/data/temperature/data.go

11 lines
87 B
Go

package temperature
type Unit int
const (
None Unit = iota // None is UV
K
C
F
)