Skip to content

praisetompane/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

an in-depth study of Go

  • language reference:
    • the syntax and semantics description
    • key topics:
      • implementations
      • lexical analysis
      • data model
        • standard type hierarchy
      • execution model
  • base modules index:
  • standard library reference:
    • commonly used and required features of a language e.g. collections
  • packaging and package management:
    • guide:
    • tools:
    • third party modules/packages index:
    • structuring projects:
    • testing:
  • extending and embedding:
  • compiler/interpreter:
  • developer contribution guide:
  • history and usage:
    • the style of effective programs, with emphasis on idioms
    • fundamentals
      • value declaration
      • decision structures
      • iteration structures
    • algorithms and data structure implementations

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published