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

const (
	MM   = 20.0
	CM   = 10 * MM
	DM   = 10 * CM
	Inch = 25.4 * MM
)