func go/ast.filterExprList
3 uses
go/ast (current package)
filter.go#L114: lit.Elts = filterExprList(lit.Elts, filter, export)
filter.go#L120: func filterExprList(list []Expr, filter Filter, export bool) []Expr {
filter.go#L189: s.Values = filterExprList(s.Values, f, export)
 |
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. |