diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-03-22 23:45:54 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-03-22 23:45:54 +0200 |
commit | 20a1a31fa85d71f6fc36b7c895aa80646c8f7fb3 (patch) | |
tree | 774c02138a7879ae4532edd01a1fc5c707485a63 /matrix | |
parent | a9c899f0d5e816efc0d5d98c59320c59e2fbff39 (diff) |
Add doc.go files
Diffstat (limited to 'matrix')
-rw-r--r-- | matrix/doc.go | 2 | ||||
-rw-r--r-- | matrix/room/doc.go | 2 |
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 |