Security with Go
上QQ阅读APP看书,第一时间看更新

Keywords

To emphasize how simple Go is, here is a breakdown of all its 25 keywords. You probably already know most of them if you are familiar with other programming languages. The keywords are grouped together to examine them according to their use.

Data types:

Functions:

Packages:

Program flow:

Switch statements:

Iteration:

Concurrency:

Convenience: