From: Matt Joiner Date: Thu, 2 Jul 2015 10:32:00 +0000 (+1000) Subject: Abandon the mailing list and gophers channel X-Git-Tag: v1.0.0~1127^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=0256508b4f239f2305386368f9837ad418bf803f;p=btrtrc.git Abandon the mailing list and gophers channel --- diff --git a/README.md b/README.md index 719a3e37..6b8d5ce7 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ This repository implements BitTorrent-related packages and command-line utilitie There is support for protocol encryption, DHT, PEX, uTP, and various extensions. There are several storage backends provided, blob, file, mmap. You can use the provided binaries in `./cmd`, or use `torrent` as a library for your own applications. -See also the [mailing list](https://groups.google.com/forum/#!forum/go_torrent), and the [Gophers Slack channel](https://gophers.slack.com/#torrent). - ## Installation Install the library package with `go get github.com/anacrolix/torrent`, or the provided cmds with `go get github.com/anacrolix/torrent/cmd/...`.