Versions in this module Expand all Collapse all v0 v0.0.1 Jul 9, 2020 Changes in this version + func CompileBinaryExpr(expr *ast.BinaryExpr) string + func CompileCallExpr(call *ast.CallExpr) string + func CompileCompositeLit(expr *ast.CompositeLit) string + func CompileExpr(expr ast.Expr) string + func CompileIndexExpr(expr *ast.IndexExpr) string + func CompileParenExpr(expr *ast.ParenExpr) string + func CompileSelectExpr(selExpr *ast.SelectorExpr) string + func CompileUnaryExpr(expr *ast.UnaryExpr) string