fullstorydev / grpchan

Channels for gRPC: custom transports
MIT License
204 stars 23 forks source link

import map M... options override import_path option #37

Closed jhump closed 5 years ago

jhump commented 5 years ago

In my last change, I got the order wrong. The code would use the import_path option, if specified, for every file being compiled. But the actual logic should let the M... mappings override that (based on the protoc-gen-go implementation here).