Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChanDir ¶
func NewChanDir ¶
func (ChanDir) AstChanDir ¶
func (ChanDir) ReflectChanDir ¶
func (ChanDir) TypesChanDir ¶
type Literal ¶
type Literal interface { // PkgPath returns type's full package path PkgPath() string // Name returns type's name with type arguments Name() string // String return type's string with full package path everywhere String() string // TypeLit returns type's literal, it should be consistent with the literal // representation shown in source code TypeLit() string // TType returns type's types.Type TType() types.Type }
Click to show internal directories.
Click to hide internal directories.