Pinned
- Goji can now be installed with Homebrew Hey, I recently created a CI Pipeline for the goji repository that automatically creates a homebrew formulae for goji. So now the goji binaries can finally be installed without needing go installed on your local machine. to add the homebrew tap simply run brew tap sanriodev/homebrew-goji and install goji via homebrew like so brew install goji This allows you to simply install goji and future packages from this tap if you wanna try them out on linux and macOS.
- Building a CLI in go Creating a Command Line Interface (CLI) can be a rewarding and fun experience, especially with the powerful combination of Go and Cobra. Here’s a brief overview of how to get started building your own CLI with cobra. All of this is very simple, since I am a newborn gopher myself. I have not practised too much with go yet but I am planning to expand on my knowledge and keep adding features to my CLI.
Less