Building CLI Tools with Go (Golang): A JSON File Formatter
Oct 24, 2024 · 6 min read · Introduction Go is a simple language, it supports concurrency out of the box and compiles to executable files so users do not need to have Go installed to run our apps, this makes Go ideally suited for building CLI tools. In this article, we will be ...
Join discussion

