类型标识符(20个)

类型标识符(20个)

数值(16个)

整型(12个)

byte
int
int8 int16 int32 int64
uint unint8 uint16 uint32 uint64
uintprt

浮点型(2个)

float32
float64

复数型(2个)

complex64
complex128

字符和字符串型( 2 个)

string rune

接口型(1个)

error

布尔型(1个)

bool