Differences between revisions 3 and 4
Revision 3 as of 2022-05-11 14:09:45
Size: 336
Comment:
Revision 4 as of 2022-05-11 14:12:42
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)


Data Types

Concurrency Models

Tool chain


CategoryRicottone

Go (last edited 2024-03-17 14:58:51 by DominicRicottone)