-
Notifications
You must be signed in to change notification settings - Fork 5
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
SDK-1660: Organise Examples #140
Conversation
e63ecec
to
1a75600
Compare
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.
Looking good, just had the question about module naming.
Also I was going to modify the pre-commit hook to do go mod tidy
recursively, so we can modify all of these example modules too. Shall I commit to this PR?
…cursively, apply to _examples Renamed tidy.sh -> goimports.sh, to avoid confusion with `go mod tidy`. Removed go build and go mod tidy steps from pre-commit, as these are covered by new script
Kudos, SonarCloud Quality Gate passed! 0 Bugs 86.7% Coverage The version of Java (1.8.0_151) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11. |
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.
Don't mind if we either change the _examples module names, or leave as is
Changed
examples
into_examples
to keep them separate from main packagego.mod
file