diff options
Diffstat (limited to 'matrix/room')
-rw-r--r-- | matrix/room/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |