GenerateImports produces the import declarations for this file. It is called after Generate.
(file *FileDescriptor)
| 66 | // GenerateImports produces the import declarations for this file. |
| 67 | // It is called after Generate. |
| 68 | GenerateImports(file *FileDescriptor) |
| 69 | } |
| 70 | |
| 71 | var plugins []Plugin |
no outgoing calls
no test coverage detected