Please enable JavaScript.
Coggle requires JavaScript to display documents.
Golang (docs (Effective Go (Data (Allocation with new, Constructure and…
Golang
docs
Effective Go
Formatting
Commentary
Introduction
Names
Semicolons
Control structures
Functions
Multiple return values
Named result parameters
Defer
Data
Allocation with new
Constructure and composite literals
Allocation with make
Arrays
Slices
Two-dimensional slices
Maps
Printing
Append
Initialization
Methods
Interfaces and other types
The blank identifier
Embedding
Concurrency
Errors
A web sever