From 019d81438ab343f0661ce5545cdee7dbae84c1fc Mon Sep 17 00:00:00 2001 From: Gaurav Dhameeja Date: Wed, 15 Apr 2020 00:26:19 +0530 Subject: [PATCH] Update README.md (Add new entry for BitTorrent tutorial in Go This PR provides a link to another Build your own BitTorrent tutorial using the programming language Go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5680dd..0339a2d 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`