diff options
Diffstat (limited to 'matrix/room')
-rw-r--r-- | matrix/room/member.go | 2 | ||||
-rw-r--r-- | matrix/room/room.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/matrix/room/member.go b/matrix/room/member.go index 474d2fd..3b3a30c 100644 --- a/matrix/room/member.go +++ b/matrix/room/member.go @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -package room +package rooms import ( "maunium.net/go/gomatrix" diff --git a/matrix/room/room.go b/matrix/room/room.go index 6bafbfa..92d6c5a 100644 --- a/matrix/room/room.go +++ b/matrix/room/room.go @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -package room +package rooms import ( "fmt" |