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
View File
@@ -0,0 +1,2 @@
// Package config contains the wrappers for gomuks configurations and sessions.
package config
+2
View File
@@ -0,0 +1,2 @@
// Package ifc contains interfaces to allow circular function calls without circular imports.
package ifc
+2
View File
@@ -0,0 +1,2 @@
// Package matrix contains wrappers for gomatrix for use by the UI of gomuks.
package matrix
+2
View File
@@ -0,0 +1,2 @@
// Package rooms contains a representation for Matrix rooms and utilities to parse state events.
package rooms
+2
View File
@@ -0,0 +1,2 @@
// Package notification contains a simple cross-platform desktop notification sending function.
package notification
+2
View File
@@ -0,0 +1,2 @@
// Package debug contains utilities to display debug messages while running an interactive tview program.
package debug
+2
View File
@@ -0,0 +1,2 @@
// Package ui contains the main gomuks UI.
package ui
+2
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
View File
@@ -0,0 +1,2 @@
// Package widget contains additional tview widgets.
package widget