|
Size: 322
Comment:
|
Size: 670
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| '''Go''', also known as '''Golang''' is a static typed, compiled programming language. | The '''Go programming language''', also known as '''Golang''' is a compiled, static-typed language. |
| Line 13: | Line 13: |
| == Toolchain == | == Data Types == |
| Line 15: | Line 15: |
| * [[Go/Compiler|Compiler]] | * [[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]] == Tool chain == * [[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
