summaryrefslogtreecommitdiffstats
path: root/vendor/gomod.garykim.dev/nc-talk/README.md
diff options
context:
space:
mode:
authorGary Kim <gary@garykim.dev>2020-10-19 17:16:34 -0400
committerGitHub <noreply@github.com>2020-10-19 23:16:34 +0200
commit950f2759bd2b20aa0bdedc3dc9a74d0dafb606d8 (patch)
treea6071c7741df26ae883aa8f791df141786dc7580 /vendor/gomod.garykim.dev/nc-talk/README.md
parent25c82ddf023a9f16ff2ef31093ee215b69c345be (diff)
downloadmatterbridge-msglm-950f2759bd2b20aa0bdedc3dc9a74d0dafb606d8.tar.gz
matterbridge-msglm-950f2759bd2b20aa0bdedc3dc9a74d0dafb606d8.tar.bz2
matterbridge-msglm-950f2759bd2b20aa0bdedc3dc9a74d0dafb606d8.zip
Add support for downloading files (nctalk) (#1249)
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'vendor/gomod.garykim.dev/nc-talk/README.md')
-rw-r--r--vendor/gomod.garykim.dev/nc-talk/README.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/vendor/gomod.garykim.dev/nc-talk/README.md b/vendor/gomod.garykim.dev/nc-talk/README.md
deleted file mode 100644
index efa87c6c..00000000
--- a/vendor/gomod.garykim.dev/nc-talk/README.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# Go Library for Nextcloud Talk
-
-[![Build Status](https://ghdrone.garykim.dev/api/badges/gary-kim/go-nc-talk/status.svg)](https://ghdrone.garykim.dev/gary-kim/go-nc-talk)
-[![Godoc](https://img.shields.io/badge/godoc-gomod.garykim.dev%2Fnc--talk-informational)](https://pkg.go.dev/gomod.garykim.dev/nc-talk)
-
-A Go library that can be used to communicate with [Nextcloud Talk](https://github.com/nextcloud/spreed) instances.
-
-### Installing
-
-You can use this library in your Go projects by installing it with go mod:
-
-```bash
-GO111MODULE=on go get gomod.garykim.dev/nc-talk
-```
-
-Check out the documentation for the package [here](https://pkg.go.dev/gomod.garykim.dev/nc-talk).
-
-
-### Software using this library
-
-* [Matterbridge](https://github.com/42wim/matterbridge)
-
-### License
-
-Copyright © 2020 Gary Kim &lt;<gary@garykim.dev>&gt;, All Rights Reserved
-
-Licensed under [Apache-2.0](LICENSE)