Add "Learn Go by Building Command-Line Interfaces"

Co-Authored-By: Oluwadamilare <nuwest@zohomail.com>
This commit is contained in:
FabriLluvia 2024-10-21 10:03:02 -05:00 committed by GitHub
parent 1e067ebfb0
commit 1f98c2e5a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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**: Learn Go by Building Command-Line Interfaces ](https://levelup.gitconnected.com/learn-go-by-building-command-line-interfaces-2b14a25f77e5)
* [**Go**: _Visualize your local git contributions with Go_](https://flaviocopes.com/go-git-contributions/)
* [**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)