/go-kickoff

GoLang KickOff

Primary LanguageGo

GoLang Kick off

This is the repo where I start digging into GoLang.

Here is the Course Link. Utemy Course

Available Scripts

Install Go

Install Go in your machine Here

Change dir

cd src

Run Go

go run main.go

Build Go

go build main.go

Format Go

go fmt main.go