Skip to content

jkdihenkar/go_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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:

About

Learning and trying out go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published