Size: 336
Comment:
|
Size: 670
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
== Data Types == * [[Go/NumericTypes|Numeric Types]] * [[Go/Pointers|Pointers]] * [[Go/ArraysAndSlices|Arrays and Slices]] * [[Go/Channels|Channels]] * [[Go/Maps|Maps]] * [[Go/StringsAndRunes|Strings and Runes]] * [[Go/Interfaces|Interfaces]] == Concurrency Models == * [[Go/Goroutines|Coroutines]] |
|
Line 15: | Line 33: |
* [[Go/Compiler|Compiler]] | * [[Go/Compiler|Compiler]] |
Go
The Go programming language, also known as Golang is a compiled, static-typed language.
The complete toolchain (compiler, dependency management, etc.) is invoked by subcommands of go(1)
Contents
Data Types
Concurrency Models