wongoo opened a new pull request #288: URL: https://github.com/apache/dubbo-go-hessian2/pull/288
<!-- Thanks for sending a pull request! --> **What this PR does**: - fix EOF error check - fix go type name generation, which use the type name as go type name if it's already contains the package. **Special notes for your reviewer**: if the type name contains '.' , then it's considered to the name with package , like "time.Time". So just simple to check whether contains '.', and the performance has a great improvement than regex pattern check. **Does this PR introduce a user-facing change?**: ```release-note - fix EOF error check - fix go type name generation, which use the type name as go type name if it's already contains the package. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
