Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchFileSyntaxWarning ¶
type ArchFileSyntaxWarning struct {
// contains filtered or unexported fields
}
func NewArchFileSyntaxWarning ¶
func NewArchFileSyntaxWarning(path string, err error) *ArchFileSyntaxWarning
func (ArchFileSyntaxWarning) Path ¶
func (w ArchFileSyntaxWarning) Path() string
func (ArchFileSyntaxWarning) Warning ¶
func (w ArchFileSyntaxWarning) Warning() error
type ImportType ¶
type ImportType uint8
const ( ImportTypeStdLib ImportType = iota ImportTypeProject ImportTypeVendor )
type ResolvedFile ¶
type ResolvedFile struct { Path string Imports []ResolvedImport }
type ResolvedImport ¶
type ResolvedImport struct { Name string ImportType ImportType }
Click to show internal directories.
Click to hide internal directories.