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

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.