From 7dda616e414cd9d08fac41a14cdad841acf07e72 Mon Sep 17 00:00:00 2001 From: CarlosAlbertoFurtado Date: Mon, 2 Mar 2026 23:50:51 -0300 Subject: [PATCH] Add load balancer tutorial to Go section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f3119b7..15d3d5ad 100644 --- a/README.md +++ b/README.md @@ -566,6 +566,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Building a TCP Chat in Go(video)](https://www.youtube.com/watch?v=Sphme0BqJiY) - [Building a BitTorrent client from the ground up in Go](https://blog.jse.li/posts/torrent/) - [REST API masterclass with Go, PostgreSQL and Docker(video playlist)`in progress`](https://www.youtube.com/watch?v=rx6CPDK_5mU&list=PLy_6D98if3ULEtXtNSY_2qN21VCKgoQAE) +- [Let's Create a Simple Load Balancer With Go](https://kasvith.me/posts/lets-create-a-simple-lb-go/) ## PHP: