01 environment setup

Опубликовано: 02 Ноябрь 2024
на канале: golang-tutorials
65
3

Very First step is setup go lang development environment

1. Use online env ( https://go.dev/play/ OR https://www.tutorialspoint.com/go/ind... )​
2. Download latest go version from - https://go.dev/doc/install ​
Windows : ​
Download and install it ​
e.g. https://go.dev/dl/go1.19.3.windows-am... ​
e.g. https://www.geeksforgeeks.org/how-to-... ​
Mac : ​
brew install go ​

3. Download Free Editor: ​
VS Code at https://code.visualstudio.com/ ​

4. Github link: https://github.com/svrajput/golang-basic