absurdfarce commented on code in PR #1817: URL: https://github.com/apache/cassandra-gocql-driver/pull/1817#discussion_r1747637490
########## version.go: ########## @@ -27,7 +27,7 @@ package gocql import "runtime/debug" const ( - mainModule = "github.com/gocql/gocql" + defaultDriverName = "github.com/apache/cassandra-gocql-driver" Review Comment: Allows us to contain the default value in a distinct location (i.e. not embedded within the code below) with a _much_ more descriptive name. -- 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]

