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/ext/doc.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 matrix/ext/doc.go (limited to 'matrix/ext/doc.go') diff --git a/matrix/ext/doc.go b/matrix/ext/doc.go new file mode 100644 index 0000000..21b818c --- /dev/null +++ b/matrix/ext/doc.go @@ -0,0 +1,18 @@ +// gomuks - A terminal Matrix client written in Go. +// Copyright (C) 2018 Tulir Asokan +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +// Package gomx_ext contains extensions to the gomatrix package. +package gomx_ext -- cgit v1.2.3