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
This commit is contained in:
Gaurav Dhameeja 2020-04-15 00:26:19 +05:30 committed by GitHub
parent 53886e14bb
commit 019d81438a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,7 @@
* [**Nim**: _Writing a Bencode Parser_](https://xmonader.github.io/nimdays/day02_bencode.html) * [**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) * [**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/) * [**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` #### Build your own `Blockchain / Cryptocurrency`