Skip to main content

Hello world with Golang

Hello world with Go Lang

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.

install Go Lang step 1

install Go Lang step 2 image

check Go Lang is installed cmd command


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. 
Go Lang Official extension
    
  • press ctrl + shift + p to update and install necessary tools for Go Lang. 

update and install necessary tools go lang

update and install necessary tools go lang

Hello World With Golang:

hello world with go lang


Previous Blog Next Blog
Why Golang Golang Commands

Comments