Skip to content

Conversation

filipecosta90
Copy link
Contributor

@filipecosta90 filipecosta90 commented Jan 31, 2022

In the module’s go.mod file, revised the module path to append the new major version number.
Given that the module path is the module’s identifier, this change effectively creates a new module. It also changes the package path, ensuring that developers won’t unintentionally import a version that breaks their code. Instead, those wanting to upgrade will explicitly replace occurrences of the old path with the new one.

@filipecosta90 filipecosta90 added the bug Something isn't working label Jan 31, 2022
@filipecosta90 filipecosta90 changed the title go mod redisgraph-go/v2 go mod redisgraph-go/v2: revised the module path to append the new major version number. Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant