#############################
This is a basic ticket booking CLI application which covers all the basic functionality of the GO language.
This repo contains all the basic examples for learning GO language.
Covers topics:
- Variables & Constants
- Formatted Output - printf
- Data Types in Go
- Getting User Input
- Pointers
- Array & Slices
- Loops in Go
- Conditional (if/else) and Boolean Data Type
- Functions
- Scope rules.
- Maps
- Structs
- Goroutines - Concurrency in Go