From: Matt Joiner Date: Fri, 2 Jul 2021 04:43:13 +0000 (+1000) Subject: Remove unused badges X-Git-Tag: v1.29.1~1 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=e1cac00bd5dacda2bbada211a6bd2f160f06ce3d;p=btrtrc.git Remove unused badges --- diff --git a/README.md b/README.md index f13d9a62..c87e9356 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # torrent -[![CircleCI](https://circleci.com/gh/anacrolix/torrent.svg?style=shield)](https://circleci.com/gh/anacrolix/torrent) -[![Astronomer Rating](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fastronomer.ullaakut.eu%2Fshields%3Fowner%3Danacrolix%26name%3Dtorrent)](https://github.com/ullaakut/astronomer) -[![GitHub Release](https://img.shields.io/github/release/anacrolix/torrent.svg)](https://github.com/anacrolix/torrent/releases) [![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).