Earyant的技术博客

欢迎来到Earyant的技术博客,在这里我将与你分享新技术。

go语言基础

go 语言基础

关键词与预定义

1
2
3
4
5
6
7
8
9
10
11
12
break case chan const continue default defer 
else fallthrough for func go goto if import inference map package
range return select struct switch type var

内建常量: true false iota nil
内建类型: int int8 int16 int32, int64
uint uint8 uint16 uint32 uint64 uintpr
float float64 conplex128 complex64
bool byte rune string error
内建函数:
make len cap new append copy close delete
complex real imag panic recover

欢迎关注我的其它发布渠道