func go/ast.walkExprList
8 uses
go/ast (current package)
walk.go#L24: func walkExprList(v Visitor, list []Expr) {
walk.go#L104: walkExprList(v, n.Elts)
walk.go#L137: walkExprList(v, n.Args)
walk.go#L206: walkExprList(v, n.Lhs)
walk.go#L207: walkExprList(v, n.Rhs)
walk.go#L216: walkExprList(v, n.Results)
walk.go#L237: walkExprList(v, n.List)
walk.go#L308: walkExprList(v, n.Values)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |