blank

Imports

Imports #

"os"

Constants & Variables

C1 const #

T constants counting from unexported constants.

const C1

C2 const #

T constants counting from unexported constants.

const C2

C3 const #

T constants counting from unexported constants.

const C3

C4 const #

T constants counting from unexported constants.

const C4

Default const #

Constants with a single type that is not propagated.

const Default = 0644

I1 const #

Package constants.

const I1

I2 const #

Package constants.

const I2

M1 const #

Constants with an imported type that is propagated.

const M1

M2 const #

Constants with an imported type that is propagated.

const M2

M3 const #

Constants with an imported type that is propagated.

const M3

T1 const #

T constants counting from a blank constant.

const T1

T2 const #

T constants counting from a blank constant.

const T2

Useless const #

Constants with a single type that is not propagated.

const Useless = 0312

WideOpen const #

Constants with a single type that is not propagated.

const WideOpen = 0777

_ const #

T constants counting from a blank constant.

const _ T = iota

_ var #

var _ = *ast.CallExpr

_ const #

Unexported constants counting from blank iota. See issue 9615.

const _ = iota

_ const #

Package constants.

const _ int = iota

alice const #

T constants counting from unexported constants.

const alice

one const #

Unexported constants counting from blank iota. See issue 9615.

const one = *ast.BinaryExpr

redQueen const #

T constants counting from unexported constants.

const redQueen int = iota

tweedledee const #

T constants counting from unexported constants.

const tweedledee T = iota

tweedledum const #

T constants counting from unexported constants.

const tweedledum

zero const #

Constants with a single type that is not propagated.

const zero os.FileMode = 0

zero const #

Constants with an imported type that is propagated.

const zero os.FileMode = 0

Type Aliases

T type #

type T int

_ type #

type _ T

Structs

S struct #

S has a padding field.

type S struct {
H uint32
_ uint8
A uint8
}

Functions

_ function #

func _()

Generated with Arrow