Documentation ¶ Index ¶ func Comment(n ast.Node) (string, bool) func FindTopNodeByName(f *ast.File, name string) (ast.Node, []ast.Node, bool) func LoadFileAST(path string) (*ast.File, error) func Walk(f *ast.File, visitor func(node ast.Node, parents []ast.Node) bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Comment ¶ func Comment(n ast.Node) (string, bool) func FindTopNodeByName ¶ func FindTopNodeByName(f *ast.File, name string) (ast.Node, []ast.Node, bool) func LoadFileAST ¶ func LoadFileAST(path string) (*ast.File, error) func Walk ¶ func Walk(f *ast.File, visitor func(node ast.Node, parents []ast.Node) bool) Types ¶ This section is empty. Source Files ¶ View all Source files extractor.go interface.go loader.go parents.go search.go walk.go Directories ¶ Show internal Expand all Path Synopsis fixtures Click to show internal directories. Click to hide internal directories.