From 4fa66c49e2e2e65b9feafc8a82fe001e87e92835 Mon Sep 17 00:00:00 2001 From: Ayoub Issaad Date: Thu, 18 Jan 2024 10:33:51 +0100 Subject: [PATCH] Added tutorial - recreacting the linux 'which' command in go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f3119b7e..8f78b98c1 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) +- [Recreating the Linux 'Which' Command in Go](https://aubiss.com/posts/recreating-which-command-in-go/) ## PHP: