-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a tool for generate hessian2 java enum define golang code #304
Conversation
@marsmay nice work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #304 +/- ##
=======================================
Coverage 70.69% 70.69%
=======================================
Files 27 27
Lines 3027 3027
=======================================
Hits 2140 2140
Misses 661 661
Partials 226 226 Continue to review full report at Codecov.
|
@marsmay pls add introduction of this tool in readme. |
niu b |
LGTM (老哥太猛) |
a tool for generate hessian2 java enum define golang code.
For example, run command
gen-go-enum -c com.test.enums.TestColorEnum -v RED -v BLUE -v YELLOW
will create a golang code file like this.You can specify more options, like the usage.