diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-03-21 18:46:19 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-03-21 18:46:25 +0200 |
commit | 35b6c7bd276d2a6c7f09163d757a1c3cb885da79 (patch) | |
tree | 3cda5627ce5445b0a76ee3fb72551bf326943e57 /matrix/room | |
parent | 7994c289aae7662fee9b86f9424d230c7b612b3d (diff) |
Add external debug file, refactoring and push rule parser
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" |