#GoLangCourse
Course material for the GoLang course.
Each exercise is maintained in respective folders with brief content.
##Topics
- Introduction to concurrent programming
- Benefits of Go? / Why Go?
- Installation
- Getting Started: Hello World
- Getting user input
- Variables
- Control Flow - If, Switch and for loop
- Arrays & Slices
- Maps
##To run the course material, use the following commands go run src/foldername/filename.go
go install foldername
// the folder name must be the name inside src folder