scylladb / gocql

Package gocql implements a fast and robust ScyllaDB client for the Go programming language.
https://docs.scylladb.com/stable/using-scylla/drivers/cql-drivers/scylla-go-driver.html
BSD 3-Clause "New" or "Revised" License
169 stars 47 forks source link

Outdated documentation version displayed for github.com/scylladb/gocql on pkg.go.dev #177

Open sylwiaszunejko opened 1 month ago

sylwiaszunejko commented 1 month ago

When accessing the documentation for the github.com/scylladb/gocql package on pkg.go.dev, it currently displays a version from 2016. This is significantly outdated and does not reflect the recent updates and improvements made to the package. The site indicates that the go.mod file is not valid.

The documentation should reflect the latest release of the github.com/scylladb/gocql package.

roydahan commented 1 month ago

@annastuchlik is it something we should update through ScyllaDB repo?