Add doc.go files

This commit is contained in:
Tulir Asokan
2018-03-22 23:45:54 +02:00
parent a9c899f0d5
commit 20a1a31fa8
9 changed files with 18 additions and 0 deletions

2
ui/debug/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package debug contains utilities to display debug messages while running an interactive tview program.
package debug

2
ui/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package ui contains the main gomuks UI.
package ui

2
ui/types/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package types contains common type definitions used mostly by the UI, but also other parts of gomuks.
package types

2
ui/widget/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package widget contains additional tview widgets.
package widget