diff options
author | Wim <wim@42.be> | 2015-10-23 23:31:14 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2015-10-23 23:31:14 +0200 |
commit | d0cda034786f98f40c8900b7f219c54939dc3c0d (patch) | |
tree | ee127d4ebe96318c88f3a49c4c1810cd13aa16cd | |
parent | 19b3145bd12e863f69744805228dfd56b1435991 (diff) | |
download | matterbridge-msglm-d0cda034786f98f40c8900b7f219c54939dc3c0d.tar.gz matterbridge-msglm-d0cda034786f98f40c8900b7f219c54939dc3c0d.tar.bz2 matterbridge-msglm-d0cda034786f98f40c8900b7f219c54939dc3c0d.zip |
Add matterhook package info
-rw-r--r-- | matterhook/matterhook.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matterhook/matterhook.go b/matterhook/matterhook.go index 29e5775e..efc77cc0 100644 --- a/matterhook/matterhook.go +++ b/matterhook/matterhook.go @@ -1,3 +1,4 @@ +//Package matterhook provides interaction with mattermost incoming/outgoing webhooks package matterhook import ( |