If You Are Learning Golang, Remember These 10 Commands

Pavle Djuric
3 min readMay 1, 2022

Go has really taken off lately. More and more companies are adopting it, and developers are generally accepting it, because it is easy to learn, yet powerful to use.

If you are currently at the beginning of your Go journey, here are 10 useful CLI commands that you will probably be using every day while working with Golang.

Before you can do anything with Go on your local machine, you need to install the Go compiler. You can check if it is already installed by running:

--

--

Pavle Djuric

Software developer. 3 x AWS certified. Writing mostly about Python, Golang, backend development and Cloud computing.