Building CLI Tools with Go (Golang): A JSON File Formatter
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 ...
russell11.hashnode.dev6 min read