Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnnamedRecursion = errors.New("xtype: unnamed recursive composite is unsupported")
Functions ¶
Types ¶
type ImportEntry ¶
type ImportEntry struct{ Alias, Path string }
type ImportSet ¶
type ImportSet struct {
CurrentPkg string
// contains filtered or unexported fields
}
func NewImportSet ¶
func (*ImportSet) Entries ¶
func (s *ImportSet) Entries() []ImportEntry
Click to show internal directories.
Click to hide internal directories.