(callback func(pkg string, decl ast.Decl))
| 10 | |
| 11 | type package_parser interface { |
| 12 | parse_export(callback func(pkg string, decl ast.Decl)) |
| 13 | } |
| 14 | |
| 15 | //------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected