From dfde486b0b4d3ce4e91c65933259fc02c903f7b5 Mon Sep 17 00:00:00 2001 From: ayoubissaad Date: Thu, 11 Jan 2024 19:00:11 +0100 Subject: [PATCH] GO: Recreating the Linux 'Which' Command in Go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b34a0f1..4b04cef 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ It's a great way to learn. * [**Go**: _Build a command line app with Go: lolcat_](https://flaviocopes.com/go-tutorial-lolcat/) * [**Go**: _Building a cli command with Go: cowsay_](https://flaviocopes.com/go-tutorial-cowsay/) * [**Go**: _Go CLI tutorial: fortune clone_](https://flaviocopes.com/go-tutorial-fortune/) +* [**Go**: _Recreating the Linux 'Which' Command in Go_](https://aubiss.com/posts/recreating-which-command-in-go/) * [**Nim**: _Writing a stow alternative to manage dotfiles_](https://xmonader.github.io/nimdays/day06_nistow.html) * [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool) * [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html)