Skip to content

Getting Started

You might need prepare some tools if you want to develop your project with Golang.

Installation

Of course, if you want develop your golang project, you might need to install Golang to your computer / laptop. Please refer to official Golang documentation to detail installation process.

Info

You might need to consider install the specific Golang version if you have an existing project. You can see the version on Golang Modules (go.mod) if already use it

Developer Tools

You can use any text editor based on your preferences, or here is my suggestion:

  1. Goland by Jetbrains: It's my favourite text editor for Golang since it's designed specifically for this programming language. You have to subscribe if you want to use it.
  2. VSCode: It's my favourite text editor in general use cases since it's open source, and have many extensions (Golang, one of them)