go

module
v0.0.0-...-c1c90b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2024 License: MIT

README

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

Directories

Path Synopsis
all go programs are made up of packages
all go programs are made up of packages

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL