GO in 5 minutes

Created by Marcin Infusion

Some facts

  • Was created in Google
  • C family of languages
  • Statically typed
  • Natively compiled
  • Garbage Collection
  • Concurency

Composition over inheritance

No class keyword

Is it OOP language?

Build for concurency

goroutines

channels

Some links

THE END

Time to code!