Skip to content

jkdihenkar/go_learning

Repository files navigation

Golang Learning Repo

Why learn GOLANG?

  • FAST, Easy to Learn, Well scaled.
  • Simplicity. It is so simple that people miss the simplicity aspect of it. It is built for collab. 
  • No Generics, Single Executable, No Dynamic Libs.
  • Concurrency. GO Routines and Channels. Three keystrokes 'g' 'o' ''.
  • Error Handling.
    • Errors as Data Paradigm in Go takes you out of try/except fixture.
  • Comprehensive Tooling is built. FMT, FIX, DOC and so on.

Next?

Explore: