src-d / proteus

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

Check that pointer types are supported for in/out types in functions #25

Open erizocosmico opened 7 years ago

Serabe commented 7 years ago

Functions can currently manage, at least for custom types, pointers and not pointers :)

Leaving this until more thorough tests are done.