How I set up my Go development environment

In this post, I’m going to explain how I set up my development environment mainly for developing Golang applications. I’ll be using VS Code but I’m sure you can use the same tooling if you are developing in GoLand. Also I’ll be skipping the obvious parts such as how to install VS Code or the Go compiler itself. First things first, we need a good linter I highly recommend using golangci-lint....

3 min · 476 words · Soroush Mirzaei