From cd9a3a14ad108efef3c450f5e7b4f7be9f2af9a5 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sun, 12 Dec 2021 17:20:02 +1100 Subject: [PATCH] Revert "Link to godocs.io for documentation" This reverts commit c2ed60f9f2d100ddd15a38a6c260121a9ad6e893. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4908357..e821755e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # torrent -[![godocs.io](https://godocs.io/github.com/anacrolix/torrent?status.svg)](https://godocs.io/github.com/anacrolix/torrent) +[![PkgGoDev](https://pkg.go.dev/badge/github.com/anacrolix/torrent)](https://pkg.go.dev/github.com/anacrolix/torrent) This repository implements BitTorrent-related packages and command-line utilities in Go. The emphasis is on use as a library from other projects. It's been used 24/7 in production by downstream services since late 2014. The implementation was specifically created to explore Go's concurrency capabilities, and to include the ability to stream data directly from the BitTorrent network. To this end it [supports seeking, readaheads and other features](https://godoc.org/github.com/anacrolix/torrent#Reader) exposing torrents and their files with the various Go idiomatic `io` package interfaces. This is also demonstrated through [torrentfs](#torrentfs). -- 2.48.1