- Hands-On System Programming with Go
- Alex Guerrieri
- 33字
- 2021-06-24 13:42:20
Type system
The Go type system defines a series of basic types, including bytes, strings and buffers, composite types like slices or maps, and custom types that have been defined by the application.