HomeUniDoc
...

Package builtin

import "std/builtin"
Overview
Index

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.

type ComplexType

ComplexType is here for the purposes of documentation only. It is a stand-in for either complex type: complex64 or complex128.

type ComplexType complex64

type FloatType

FloatType is here for the purposes of documentation only. It is a stand-in for either float type: float32 or float64.

type FloatType float32

type IntegerType

IntegerType is here for the purposes of documentation only. It is a stand-in for any integer type: int, uint, int8 etc.

type IntegerType int

type Type

Type is here for the purposes of documentation only. It is a stand-in for any Go type, but represents the same type for any given function invocation.

type Type int

type Type1

Type1 is here for the purposes of documentation only. It is a stand-in for any Go type, but represents the same type for any given function invocation.

type Type1 int