RTradeLtd / TxPB

TemporalX gRPC and Documentation Resources
https://docsx.temporal.cloud
GNU Affero General Public License v3.0
14 stars 1 forks source link

Remove Go Specific Imports #30

Closed bonedaddy closed 4 years ago

bonedaddy commented 4 years ago

the import of the gogo protobuf file isn't cross language compatible, and causes some issues with code generation. This removes the usage of that to smoothly generate the proto files without gogo imports.

This has a very minor impact on the golang functionality, while not breaking the proto buf compatability

bonedaddy commented 4 years ago

no longer relevant