Versions in this module Expand all Collapse all v1 v1.3.0 Jan 22, 2025 v1.2.0 Nov 2, 2023 Changes in this version + func Alias(name string) *ast.Node + func Attribute(value *ast.Node, attr string) *ast.Node + func Await(value *ast.Node) *ast.Node + func Comment(text string) *ast.Node + func Constant(value interface{}) *ast.Node + func Expr(value *ast.Node) *ast.Node + func Is() *ast.Node + func Name(id string) *ast.Node + func Node(node proto) *ast.Node + func Nodes(nodes ...proto) []*ast.Node + func Return(value *ast.Node) *ast.Node + func Yield(value *ast.Node) *ast.Node