dipendrashekhawat / lets-go

GoLang programs and concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lets-go

GoLang programs and concepts.

Setup

Install GO from their official site - Download Go

Steps

After downloading GO, create a new file with .go extension and write a basic hello world program. Post that, simply build and run.

Build

go build

Run

hello

Hello World

About

GoLang programs and concepts


Languages

Language:Go 100.0%