absurdfarce commented on code in PR #1817: URL: https://github.com/apache/cassandra-gocql-driver/pull/1817#discussion_r1750581404
########## version.go: ########## @@ -27,7 +27,7 @@ package gocql import "runtime/debug" const ( - mainModule = "github.com/gocql/gocql" + mainModule = "github.com/apache/cassandra-gocql-driver" Review Comment: How about just "mainPacakge"? That has the advantage of matching the terminology in the [runtime/debug docs](https://pkg.go.dev/runtime/debug#BuildInfo)... ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

