Posts

Install Go environment

Image
Hello to all. Today we will install all we need about starting to be gophers ! Let's begin. All of our software is free. 1. Go to go.dev  site and download appropriate version 2. Install downloaded version 3. Check if it installed properly: Go to command line, and write: go version Click enter You will get something like that: go1.19.4 - is an installed version. Every time, you will update version, this text will be changed windows/amd64 - its OS, Golang installed on. 4. IDE . A lot of people use hardcore tools, like command line, notepad etc. We will use popular IDE from Microsoft: Vscode Go to download page  and download appropriate version 5. Install downloaded Vscode version 6. Open it It will be looked like this: 7. Because we will develop in Golang, we need install addon for Vscode Click on Extensions button: In search text filed write text: "Go". Click Enter You will see list of addons: Click first one On right side of screen, you will see addon information.  Click