Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages