...

/

Setting up a Local Environment for Developing Apps in Go

Setting up a Local Environment for Developing Apps in Go

Learn about the third-party tools required to build an app in Go.

Tools required to build an app

Text editor

We will need to create files and folders for our app. This could be done either in an IDE, like GoLand, or a simple text editor, like Sublime.

We could also just use the CLI interface available on the system, such as Terminal in macOS.

Some of the advantages of using an IDE like GoLand are its following features: ...