主要對應內(nèi)建的常量、類型和函數(shù)??梢栽俣x中重新使用它們名字的作用域
內(nèi)建常量: true false iota nil
內(nèi)建類型: int int8 int16 int32 int64
uint uint8 uint16 uint32 uint64 uintptr
float32 float64 complex128 complex64
bool byte rune string error
內(nèi)建函數(shù): make len cap new append copy close delete
complex real imag
panic recover