codecrafters-io / build-your-own-x

Master programming by recreating your favorite technologies from scratch.
https://codecrafters.io
281.5k stars 26.43k forks source link

GO: Recreating the Linux 'Which' Command in Go #990

Open AyoubIssaad opened 5 months ago

AyoubIssaad commented 5 months ago

Hello, I'd like to contribute to the repo by adding my own tutorial (recreating the Linux which command in go), it's a beginner friendly detailed step by step guide to recreate the Linux 'which' command from scratch, hopefully this tutorial will help beginners get a fundamental understanding of some Go concepts in a practical, hands-on manner.

Thank you