module
Version:
v0.0.0-...-13dc6a5
Opens a new window with list of versions in this module.
Published: Nov 3, 2024
License: MIT
Opens a new window with license information.
README
¶
an in-depth study of Go
- language reference: https://go.dev/ref/spec
- the syntax and semantics description
- key topics:
- implementations
- lexical analysis
- data model
- execution model
- base modules index:
- standard library reference: https://pkg.go.dev/std
- commonly used and required features of a language
e.g. collections
- packaging and package management: https://go.dev/ref/mod
- guide:
- tools:
- third party modules/packages index:
- structuring projects:
- testing:
- extending and embedding:
- compiler/interpreter:
- memory model: https://go.dev/ref/mem
- developer contribution guide: https://go.dev/doc/contribute
- history and usage: https://go.dev/doc/devel/release
- the style of effective programs, with emphasis on idioms
- fundamentals
- value declaration
- decision structures
- iteration structures
- algorithms and data structure implementations
Directories
¶
all go programs are made up of packages
|
all go programs are made up of packages |
Click to show internal directories.
Click to hide internal directories.