-
Notifications
You must be signed in to change notification settings - Fork 660
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
Migrate to Go Modules #760
Conversation
@edenhill @jeffwidman this is the new PR with all code changes for go modules migration. Had issues with PR #553 branch which was 2 years ago - #553 (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.
I haven't tested locally, but looks reasonable to me. Thanks for keeping this moving.
.DS_Store | ||
.idea |
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.
How is this related to go modules?
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.
Not very related just to ignore internal goland IDE and mac folders to eliminate mistakes, I can remove them if its not according to the standards, do you want me to revert this one?
This is great stuff! Let me know when it is ready to be merged. |
@edenhill I think that's up to you? It looks ready to me unless you want the |
@jeffwidman @edenhill we can consider this PR as done, otherwise you would like me to make any other changes? |
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.
Great stuff!
Thanks for doing this, @eran-levy ! |
Thanks @edenhill! @eran-levy btw, I just realized that you only added a |
@jeffwidman you're correct, but the go.mod under the root folder doesnt include any lib dependencies so that why go.sum is missing. In the rest of the modules such as: examples/ there is a dependency so thats why go.sum exists. So seems fine to me, no changes required |
Oh that makes sense. Thanks! |
fixes #551
had CLA issues with PR #553 that was created 2 years ago so created this new PR to make sure its clear