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
|