Documentation
¶
Overview ¶
This package contains utility functions used by pkg/proc to generate ast.Expr expressions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExprToString ¶ added in v1.24.1
ExprToString uses go/printer to format an ast.Expr into a string.
func PkgVar ¶
func PkgVar(pkg, v string) *ast.SelectorExpr
PkgVar returns an expression evaluating 'pkg.v'.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.