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