aboutsummaryrefslogtreecommitdiff
path: root/units.go
diff options
context:
space:
mode:
Diffstat (limited to 'units.go')
-rw-r--r--units.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/units.go b/units.go
index 7a6ab47..7311110 100644
--- a/units.go
+++ b/units.go
@@ -1,8 +1,8 @@
package main
const (
- MM = 20.0
- CM = 10 * MM
- DM = 10 * CM
- Inch = 25.4 * MM
+ MM = 20.0
+ CM = 10 * MM
+ DM = 10 * CM
+ IN = 25.4 * MM
)