builtin 包为Go的预声明标识符提供了文档. 此处列出的条目其实并不在 buildin 包中,对它们的描述只是为了让 godoc 给该语言的特殊标识符提供文档。
##包函数列表
- func append(slice []Type, elems ...Type) []Type
- func close(c chan<- Type)
- func delete(m map[Type]Type1, key Type)
- func panic(v interface{})
- func recover() interface{}
- type ComplexType
- type FloatType
- type IntegerType
- type Type
- type Type1
- type bool
- type byte
- type complex128
- type complex64
- type error
- type float32
- type float64
- type int
- type int16
- type int32
- type int64
- type int8
- type rune
- type string
- type uint
- type uint16
- type uint32
- type uint64
- type uint8
- type uintptr