Documentation ¶ Index ¶ func GetCommentVerb(c *ast.Comment, prefix string) (string, string, bool) func HasCommentPrefix(c *ast.Comment, prefix string) bool func Include(u, v ast.Node) bool func WalkCommentGroup(fset *token.FileSet, files []*ast.File, ...) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetCommentVerb ¶ func GetCommentVerb(c *ast.Comment, prefix string) (string, string, bool) func HasCommentPrefix ¶ func HasCommentPrefix(c *ast.Comment, prefix string) bool func Include ¶ func Include(u, v ast.Node) bool func WalkCommentGroup ¶ func WalkCommentGroup(fset *token.FileSet, files []*ast.File, fn func(node ast.Node, cg *ast.CommentGroup) bool) Types ¶ This section is empty. Source Files ¶ View all Source files ast.go comment.go Click to show internal directories. Click to hide internal directories.