- Hands-On System Programming with Go
- Alex Guerrieri
- 31字
- 2021-06-24 13:42:20
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).
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).