| 47 | } |
| 48 | |
| 49 | type ex struct { |
| 50 | name, desc string |
| 51 | } |
| 52 | var examples []ex |
| 53 | for _, fn := range files { |
| 54 | f, err := parser.ParseFile(token.NewFileSet(), fn, nil, parser.ParseComments) |
nothing calls this directly
no outgoing calls
no test coverage detected