aerospike / aerospike-client-go

Aerospike Client Go
Apache License 2.0
433 stars 199 forks source link

pkg.go.dev documentation is out-of-date #321

Closed fillest closed 3 years ago

fillest commented 3 years ago

https://pkg.go.dev/github.com/aerospike/aerospike-client-go - "latest" is v1.39.0. And https://godoc.org/github.com/aerospike/aerospike-client-go has a highlighted link to it in the page header. From reading https://blog.golang.org/pkg.go.dev-2020 I have an impression that they are going to deprecate godoc.org

khaf commented 3 years ago

Thank you for reporting this problem.

Seems like this is due to their peculiar decisions regarding the Go modules and how new versions should be branched and the master to be freezed for v1.

I truly don't know what's the best course of action regarding this issue. Would invite feedback from our users to how to move forward.

khaf commented 3 years ago

Should be more or less resolved with the v5 release.