func go/doc.filterExprList
3 uses
go/doc (current package)
exports.go#L32: lit.Elts = filterExprList(lit.Elts, filter, export)
exports.go#L38: func filterExprList(list []ast.Expr, filter Filter, export bool) []ast.Expr {
exports.go#L202: s.Values = filterExprList(s.Values, token.IsExported, true)
 |
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. |