From 2d2bebe976972242cade57cb9512c8fd6326be58 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sun, 26 Jul 2020 20:51:07 +0800 Subject: Fix Nextcloud Talk connection failure (#1179) Fix #1177 Signed-off-by: Gary Kim --- vendor/gomod.garykim.dev/nc-talk/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'vendor/gomod.garykim.dev/nc-talk/README.md') diff --git a/vendor/gomod.garykim.dev/nc-talk/README.md b/vendor/gomod.garykim.dev/nc-talk/README.md index 725f40ec..54300182 100644 --- a/vendor/gomod.garykim.dev/nc-talk/README.md +++ b/vendor/gomod.garykim.dev/nc-talk/README.md @@ -5,6 +5,16 @@ 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). + ### License Copyright © 2020 Gary Kim <>, All Rights Reserved -- cgit v1.2.3