scylladb / scylla-go-driver

Experimental, high performance Scylla Driver, University of Warsaw students' project
Apache License 2.0
151 stars 7 forks source link

Replace mmatczuk with scylladb in module path #268

Closed martin-sucha closed 2 years ago

martin-sucha commented 2 years ago

The repository was moved from

https://github.com/mmatczuk/scylla-go-driver

to

https://github.com/scylladb/scylla-go-driver

but the module path still contained the old name.

While it is possible to import the driver with the old import path, using the one with scylladb will make importing the driver a little bit more obvious.

The change might break external modules that depend on the driver now, but I don't expect there to be many of those, since the driver is still experimental.