From 35b6c7bd276d2a6c7f09163d757a1c3cb885da79 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 21 Mar 2018 18:46:19 +0200 Subject: Add external debug file, refactoring and push rule parser --- matrix/room/member.go | 2 +- matrix/room/room.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'matrix/room') 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 . -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 . -package room +package rooms import ( "fmt" -- cgit v1.2.3