aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-03-22 23:45:54 +0200
committerTulir Asokan <tulir@maunium.net>2018-03-22 23:45:54 +0200
commit20a1a31fa85d71f6fc36b7c895aa80646c8f7fb3 (patch)
tree774c02138a7879ae4532edd01a1fc5c707485a63 /ui
parenta9c899f0d5e816efc0d5d98c59320c59e2fbff39 (diff)
Add doc.go files
Diffstat (limited to 'ui')
-rw-r--r--ui/debug/doc.go2
-rw-r--r--ui/doc.go2
-rw-r--r--ui/types/doc.go2
-rw-r--r--ui/widget/doc.go2
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