From fa99b3dc5d6e15b10de27c95657a8fd2107aed57 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 14 Nov 2016 08:51:36 +0100 Subject: TODO: Page struct --- units.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/units.go b/units.go index 03026bb..4b6d9d0 100644 --- a/units.go +++ b/units.go @@ -16,6 +16,12 @@ const ( var A4 = Point{272 * MM, 200 * MM} +// TODO +type Page struct { + o Orientation + sz Point // A4 +} + type Unit float64 func (u Unit) String() string { -- cgit v1.2.3