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
matrix/room/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package rooms contains a representation for Matrix rooms and utilities to parse state events.
package rooms