]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Fix PkgGoDev reference in README
authorCode7unner <Cherbadzhimaxim@gmail.com>
Thu, 5 Nov 2020 07:10:14 +0000 (17:10 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 5 Nov 2020 21:44:02 +0000 (08:44 +1100)
.gitignore
README.md

index 6b165fec551c7fada2529f4dbec35e4b48526dc8..873a6b5196a5c45de003b526218e8c18f06ab72c 100644 (file)
@@ -1 +1,2 @@
 .torrent.bolt.db
+.idea
index fba93199409cb20f5bfc93d2ecd6dbd65e7dc5bf..4edd65421d0bf15383ca233db73bea8d33c2e300 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 [![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/github.com/anacrolix/torrent)](https://pkg.go.dev/badge/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).