示例#1
0
func unparen(x ast.Expr) ast.Expr { return astutil.Unparen(x) }
示例#2
0
func unparen(e ast.Expr) ast.Expr { return astutil.Unparen(e) }