builtin

package
v0.0.0-...-c5860aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2017 License: BSD-3-Clause Imports: 0 Imported by: 0

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.

type Type

type Type int

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 Type1

type Type1 int

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL