Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages