RedisGraph / redisgraph-go

A Golang client for redisgraph
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
132 stars 38 forks source link

go mod redisgraph-go/v2: revised the module path to append the new major version number. #67

Open filipecosta90 opened 2 years ago

filipecosta90 commented 2 years ago

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.