You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that #50 has been implemented (thanks!), it would be nice if the code generated by protoc-gen-go pointed to the included compiled files.
For example, if a .proto files imports google/protobuf/any.proto, I need to pass Mgoogle/protobuf/any.proto=github.com/golang/protobuf/types/any
to the protoc-gen-go plugin.
Is the plan to update protoc-gen-go to automatically handle these imports?
The text was updated successfully, but these errors were encountered:
It's a good idea. There's another issue open for figuring out how to improve the M mapping in general, but perhaps these special types deserve special treatment.
The problem here is that the well-known type files in google/protobuf do not have this - I would think it should either be added to google/protobuf, or we should not assume this in golang/protobuf
Now that #50 has been implemented (thanks!), it would be nice if the code generated by protoc-gen-go pointed to the included compiled files.
For example, if a .proto files imports google/protobuf/any.proto, I need to pass
Mgoogle/protobuf/any.proto=github.com/golang/protobuf/types/any
to the protoc-gen-go plugin.
Is the plan to update protoc-gen-go to automatically handle these imports?
The text was updated successfully, but these errors were encountered: