th7/data/temperature/data.go
2022-11-12 14:20:29 +00:00

11 lines
73 B
Go

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