diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 12:06:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 12:06:40 -0600 |
| commit | 2613151b8349a8ba5435e03d90e948443b9a7aa9 (patch) | |
| tree | dc1ba6cde6cc057284c7ada321c0c5ed588676d4 | |
| parent | bb88c3bdc037f660c19d9d54e9b3c1604e3ffa62 (diff) | |
attempt a doc changev1.1.13
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | geom.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
