An open API service indexing awesome lists of open source software.

https://github.com/andrewstuart/go-torrent

A pure-golang bittorrent library.
https://github.com/andrewstuart/go-torrent

Last synced: 4 months ago
JSON representation

A pure-golang bittorrent library.

Awesome Lists containing this project

README

          

# Design

## Classes
- `Peer`
- `Send chan<- FileChunk`
- `Receive <-chan FileChunk`
- `Torrent`
- `[]FileChunk`
- `FindPeer() chan<- Peer`
- `Magnet`
- `FindFile() chan<- Torrent`