Overview
hello, last blog I have explained why I have started learning go and why should one use go for. if you are interested in reading that blog please clink on this link. if you already decided to learn go then this blog is for you.
this blog will explain the way you should
- install Golang
- setup editor for Golang
- hello world with Golang
Install Go Lang
go to Golang official website and fallow the image instruction below.
Setup editor for Golang
I am using VS code text editor for go programming language. fallow the instruction below to setup go on VS Code.
- Install Go Official extension in VS code.
Hello World With Golang:
Previous Blog | Next Blog |
---|---|
Why Golang | Golang Commands |
Comments
Post a Comment