error2

Interfaces

I0 interface #

type I0 interface {
error
}

error interface #

This error declaration shadows the predeclared error type.

type error interface {
Error() string
}

Structs

S0 struct #

type S0 struct {
error
}

T0 struct #

type T0 struct {
ExportedField interface{...}
}

Generated with Arrow