Skip to content

A Basic GO CLI application. Covers all the basic concepts of GO language.

Notifications You must be signed in to change notification settings

aniketshukla1/booking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#############################

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:

  1. Variables & Constants
  2. Formatted Output - printf
  3. Data Types in Go
  4. Getting User Input
  5. Pointers
  6. Array & Slices
  7. Loops in Go
  8. Conditional (if/else) and Boolean Data Type
  9. Functions
  10. Scope rules.
  11. Maps
  12. Structs
  13. Goroutines - Concurrency in Go

About

A Basic GO CLI application. Covers all the basic concepts of GO language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages