]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Abandon the mailing list and gophers channel
authorMatt Joiner <anacrolix@gmail.com>
Thu, 2 Jul 2015 10:32:00 +0000 (20:32 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 2 Jul 2015 10:32:00 +0000 (20:32 +1000)
README.md

index 719a3e37d47b95512814c7d7dccf5778c6fdbe12..6b8d5ce72c130fce470c40f92abcedc38fb20177 100644 (file)
--- 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/...`.