In this project I learnt about one of the youngest programming languages that is becoming more and more popular in the cloud engineering world, which is Go or also commonly known as Golang.
This project is a very simple CLI application to learn the basics of Go.
-
Download the correct version of GO from here
-
Install GO and setup
PATH
variable -
Open Command Prompt/Terminal and make a new folder:
mkdir [app-name]
and change directory and open in IDE.Setup
code .
if haven't already 😁 -
Clone the Repository from here using
git clone https://github.com/vedantpople4/TicketBookingApplication.git
-
Run the files using
go run .