-
Notifications
You must be signed in to change notification settings - Fork 27
AST-9: go wrapper update #30
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
Conversation
jain-raunak
commented
Jun 21, 2022
- After generation, need to make changes for datatype *interface{} to map[string]interface{}
- Change in folder structure as per https://go.dev/blog/v2-go-modules to upgrade the version
- Rest all changes are due to generation only
shubhamUpadhyayInBlue
left a comment
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
|
Shouldn't the module path here be |
|
Hmm no, the main module's module path should be |
Is there any specific reason for your suggestion of keeping v3 as main folder? |
|
When you're updating a library to a new major version, the module's module path should contain the major version number (you can read more about this here, at the bottom). Having |
Hi @wazazaby |
|
With a |
Hi @wazazaby As a result of our review, we have corrected the module path which has to be done in the earlier major release, as per standards we have to update the module path for all major release which was missed in last one. |
|
@jain-raunak amazing 🙏 thank you |
shubhamUpadhyayInBlue
left a comment
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