diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/debug/doc.go | 2 | ||||
-rw-r--r-- | ui/doc.go | 2 | ||||
-rw-r--r-- | ui/types/doc.go | 2 | ||||
-rw-r--r-- | ui/widget/doc.go | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/ui/debug/doc.go b/ui/debug/doc.go new file mode 100644 index 0000000..a321689 --- /dev/null +++ b/ui/debug/doc.go @@ -0,0 +1,2 @@ +// Package debug contains utilities to display debug messages while running an interactive tview program. +package debug diff --git a/ui/doc.go b/ui/doc.go new file mode 100644 index 0000000..804b334 --- /dev/null +++ b/ui/doc.go @@ -0,0 +1,2 @@ +// Package ui contains the main gomuks UI. +package ui diff --git a/ui/types/doc.go b/ui/types/doc.go new file mode 100644 index 0000000..5bc229c --- /dev/null +++ b/ui/types/doc.go @@ -0,0 +1,2 @@ +// Package types contains common type definitions used mostly by the UI, but also other parts of gomuks. +package types diff --git a/ui/widget/doc.go b/ui/widget/doc.go new file mode 100644 index 0000000..03d2060 --- /dev/null +++ b/ui/widget/doc.go @@ -0,0 +1,2 @@ +// Package widget contains additional tview widgets. +package widget |