Skip to content

mohamedrias/GoLangCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

#GoLangCourse

Course material for the GoLang course.

Each exercise is maintained in respective folders with brief content.

##Topics

  1. Introduction to concurrent programming
  2. Benefits of Go? / Why Go?
  3. Installation
  4. Getting Started: Hello World
  5. Getting user input
  6. Variables
  7. Control Flow - If, Switch and for loop
  8. Arrays & Slices
  9. Maps

##To run the course material, use the following commands go run src/foldername/filename.go

to create executable

go install foldername

// the folder name must be the name inside src folder

About

Preparing course material for the GoLang course. Will be conductng this course very soon in TCS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages