Documentation ¶
Overview ¶
Package builtin provides documentation for Go's predeclared identifiers. The items documented here are not actually in package builtin but their descriptions here allow godoc to present documentation for the language's special identifiers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComplexType ¶
type ComplexType complex64
ComplexType is here for the purposes of documentation only. It is a stand-in for either complex type: complex64 or complex128.
type FloatType ¶
type FloatType float32
FloatType is here for the purposes of documentation only. It is a stand-in for either float type: float32 or float64.
type IntegerType ¶
type IntegerType int
IntegerType is here for the purposes of documentation only. It is a stand-in for any integer type: int, uint, int8 etc.
Click to show internal directories.
Click to hide internal directories.