apache/dubbo-go-hessian2

Ftr: a tool that can generate Go struct of its Java Class

AlexStocks opened this issue · 1 comments

What happened:

当前使用 hessian-go 的用户,极为容易写错 Java Class 对应的 Go Struct

What you expected to happen:

写一个工具,自动为 Java Class 生成其对应的 Go struct。这个工具可以初步分为两个功能:

1 检测功能:刚开始简单点,用户生成 Java Class 的 Go struct,依照本项目的众多测试用例,这个工具用于生成测试代码,用于测试用户生产的代码是否能够正常运行;
2 生成代码工具:自动生成 Java Class 的 Go struct;

Word on it, start now! 搞个jetbrains下的插件, 两边都能用那种

we have done such work. pls read the readme of https://github.com/apache/dubbo-go carefully.