src-d / proteus

Generate .proto files from Go source code.
https://blog.sourced.tech/post/proteus/
MIT License
735 stars 70 forks source link

Improve `time.Time` support in RPC #53

Open Serabe opened 7 years ago

Serabe commented 7 years ago

Currently, in RPC inputs or outputs containing only time.Time does not retrieve the proper type. I think this is related to the stdtime plugin not being supported in gRPC services, but more research needs to be done.