From 2613151b8349a8ba5435e03d90e948443b9a7aa9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 1 Feb 2024 12:06:40 -0600 Subject: [PATCH] attempt a doc change Signed-off-by: Jeff Carr --- geom.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geom.go b/geom.go index cfa5531..238c417 100644 --- a/geom.go +++ b/geom.go @@ -45,6 +45,7 @@ type Size struct { } /* +```go Horizontal means layout widgets like books on a bookshelf --------------------------------- @@ -66,6 +67,7 @@ type Size struct { ---------- | Widget | ---------- +``` */ type Orientation int