From 588bfa241bec77a789951c45910ece5578c7afe3 Mon Sep 17 00:00:00 2001 From: Fatih Akturk Date: Sun, 19 Apr 2020 01:58:45 +0300 Subject: [PATCH 1/2] Add a golang tutorial to `BitTorrent Client` added * [**Go**: _Building a BitTorrent client from the ground up in Go_](https://blog.jse.li/posts/torrent/) to Build your own `BitTorrent Client` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8256d20..7781d29 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ * [**Nim**: _Writing a Bencode Parser_](https://xmonader.github.io/nimdays/day02_bencode.html) * [**Node.js**: _Write your own bittorrent client_](https://allenkim67.github.io/programming/2016/05/04/how-to-make-your-own-bittorrent-client.html) * [**Python**: _A BitTorrent client in Python 3.5_](http://markuseliasson.se/article/bittorrent-in-python/) +* [**Go**: _Building a BitTorrent client from the ground up in Go_](https://blog.jse.li/posts/torrent/) #### Build your own `Blockchain / Cryptocurrency` From a7cb2e0fef6fcc667f6306279de24658d0ba3e7a Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Sun, 19 Apr 2020 18:32:27 +0200 Subject: [PATCH 2/2] Change position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7781d29..646420e 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ #### Build your own `BitTorrent Client` * [**C#**: _Building a BitTorrent client from scratch in C#_](https://www.seanjoflynn.com/research/bittorrent.html) +* [**Go**: _Building a BitTorrent client from the ground up in Go_](https://blog.jse.li/posts/torrent/) * [**Nim**: _Writing a Bencode Parser_](https://xmonader.github.io/nimdays/day02_bencode.html) * [**Node.js**: _Write your own bittorrent client_](https://allenkim67.github.io/programming/2016/05/04/how-to-make-your-own-bittorrent-client.html) * [**Python**: _A BitTorrent client in Python 3.5_](http://markuseliasson.se/article/bittorrent-in-python/) -* [**Go**: _Building a BitTorrent client from the ground up in Go_](https://blog.jse.li/posts/torrent/) #### Build your own `Blockchain / Cryptocurrency`