joao-r-reis commented on code in PR #1817:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1817#discussion_r1750641309


##########
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:
   `mainPackage` or `upstreamPackage` would be more suitable then



##########
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:
   Oh wait we're looking at `d.Path` instead of `d.Main`, in that case it is 
referring to the package you're right.



-- 
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]

Reply via email to