aboutsummaryrefslogtreecommitdiff
path: root/units.go
blob: 4ee5e2ac17988941daa1fc7e102093eb048617be (plain)
1
2
3
4
5
6
7
8
9
package main

const (
	MM = 20.0
	CM = 10 * MM
	DM = 10 * CM
	IN = 25.4 * MM
	PT = IN / 72
)