Go语言的数据类型

文章目录 1 概述 2 整数,int 3 浮点数,float 4 复数,complex32,complex64 5 字符,byte,rune 6 字符串,string 7 布尔型,bool 8 指针,pointer 9 数组,array 10 nil 11 切片,slice 12 映射,map 13 结构体,struct 14 接口,interface 15 函数,func() 1 概述 Go语言
相关文章
相关标签/搜索