divinerapier opened a new pull request, #132:
URL: https://github.com/apache/iotdb-client-go/pull/132

   ## Changes
   
   Updated the go.mod file to include the /v2 suffix in the module path, 
following Go Modules versioning requirements (i.e., module 
github.com/apache/iotdb-client-go/v2).
   This change ensures that users can correctly fetch v2+ versions using go get 
github.com/apache/iotdb-client-go/v2, and prevents dependency issues caused by 
an incorrect module path.
   
   Fix #131 
   
   ## Motivation
   
   According to Go Modules best practices, when the major version is v2 or 
higher, the module path must include the /v2 suffix. Omitting this leads to 
problems with dependency management and import resolution.
   With this fix, users can properly import and upgrade to v2+ versions of the 
SDK as recommended by the Go team.
   
   ## Impact
   
   This change only affects the go.mod file and import paths; there are no 
functional code changes.
   Downstream users depending on v2+ of this project will need to update their 
import paths to github.com/apache/iotdb-client-go/v2.
   
   ## References
   
   [Go Modules: Version Numbers](https://go.dev/doc/modules/version-numbers)


-- 
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: notifications-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to