/Experiments-with-Go

Understanding Go in detail

Primary LanguageGo

Experiments-with-Go

Understanding Go in detail

Interesting Links

  1. The challenges are present here.
  2. The Go Scheduler
  3. In Go, programmer doesn't have to care if a variable is in stack or heap. A reference to a local variable can be returned - reasoning.