golang內置類型

內置類型
值類型:html

bool
int(32 or 64), int8, int16, int32, int64
uint(32 or 64), uint8(byte), uint16, uint32, uint64
float32, float64
string
complex64, complex128
array    -- 固定長度的數組

引用類型:(指針類型)數組

slice   -- 序列數組(最經常使用)
map     -- 映射
chan    -- 管道
相關文章
相關標籤/搜索