type go/doc.Filter
9 uses
go/doc (current package)
exports.go#L30: func filterCompositeLit(lit *ast.CompositeLit, filter Filter, export bool) {
exports.go#L38: func filterExprList(list []ast.Expr, filter Filter, export bool) []ast.Expr {
filter.go#L9: type Filter func(string) bool
filter.go#L11: func matchFields(fields *ast.FieldList, f Filter) bool {
filter.go#L24: func matchDecl(d *ast.GenDecl, f Filter) bool {
filter.go#L52: func filterValues(a []*Value, f Filter) []*Value {
filter.go#L63: func filterFuncs(a []*Func, f Filter) []*Func {
filter.go#L74: func filterTypes(a []*Type, f Filter) []*Type {
filter.go#L99: func (p *Package) Filter(f Filter) {
 |
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. |