This commit is contained in:
Tulir Asokan
2018-08-26 17:29:51 +03:00
parent 941ab724c6
commit a6ebc50f6d
499 changed files with 462188 additions and 2 deletions

9
vendor/maunium.net/go/mautrix-appservice/README.md generated vendored Normal file
View File

@ -0,0 +1,9 @@
# matrix-appservice-go
A [Matrix](https://matrix.org) [Application Service](https://matrix.org/docs/guides/application_services.html) framework written in Go.
This is highly work in progress, but the base appservice framework should be somewhat usable.
## Installation
```bash
go get -u maunium.net/go/mautrix-appservice-go
```