Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶ added in v0.1.2
type File struct { // File is the parsed file. File *ast.File // Fset is the fileset that was used when parsing the file. Fset *token.FileSet // Pos is the cursor position translated to a token.Pos. Pos token.Pos // ASTPath is the path containing the node at Pos. ASTPath []ast.Node }
func (File) IndentLevel ¶ added in v0.1.2
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
func (*Loader) LoadPackage ¶ added in v0.1.2
Click to show internal directories.
Click to hide internal directories.