Skip to content
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

adding v2 to go.mod #52

Merged
merged 1 commit into from
Jan 28, 2025
Merged

adding v2 to go.mod #52

merged 1 commit into from
Jan 28, 2025

Conversation

manuelarte
Copy link
Collaborator

What does this do?

Fixing go.mod

Which issue(s) does this PR fix/relate to?

List any changes that modify/break current functionality

Have you included tests for your changes?

Did you document any new/modified functionality?

  • Updated example_test.go
  • Updated README.md

Notes

@JohnRoesler it seems that since I did not update go.mod to add /v2 to the module name, people can't download the dependency. In this PR I added the v2. But I am afraid I messed it up with the branching, since, in theory, master should have continued with the v1, and I should have created a v2 branch for the v2 of the locker.

To be honest I don't think I need to keep supporting v1, so, if possible, I would like that the master branch now points only to the v2. But what do you think? shall we try to make master -> v2, or shall we follow the approach of master -> v1, and v2 -> v2.

@manuelarte manuelarte merged commit fbb7060 into go-co-op:main Jan 28, 2025
2 of 5 checks passed
@manuelarte manuelarte deleted the fix_v2 branch January 28, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants