Hands-On System Programming with Go
上QQ阅读APP看书,第一时间看更新

Basic types

These are Go's basic types:

 

The number of bits of int, uint, and uiptr depends on the architecture (for example, 32 bits for x86, 64 bits for x86_64).