aboutsummaryrefslogtreecommitdiff
path: root/matrix
diff options
context:
space:
mode:
Diffstat (limited to 'matrix')
-rw-r--r--matrix/doc.go2
-rw-r--r--matrix/room/doc.go2
2 files changed, 4 insertions, 0 deletions
diff --git a/matrix/doc.go b/matrix/doc.go
new file mode 100644
index 0000000..2cd54e2
--- /dev/null
+++ b/matrix/doc.go
@@ -0,0 +1,2 @@
+// Package matrix contains wrappers for gomatrix for use by the UI of gomuks.
+package matrix
diff --git a/matrix/room/doc.go b/matrix/room/doc.go
new file mode 100644
index 0000000..2a4ff4b
--- /dev/null
+++ b/matrix/room/doc.go
@@ -0,0 +1,2 @@
+// Package rooms contains a representation for Matrix rooms and utilities to parse state events.
+package rooms