wold9168 opened a new issue, #140:
URL: https://github.com/apache/iotdb-client-go/issues/140

   I followed the instruction. But 
[session_example.go](https://github.com/apache/iotdb-client-go/blob/main/example/session_example.go)
 has a problem, the imported package does not exist.
   ```
   ❯ export GO111MODULE=on
   ❯ mkdir session_example && cd session_example
   ❯ curl -o session_example.go -L 
https://github.com/apache/iotdb-client-go/raw/main/example/session_example.go
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                    Dload  Upload   Total   Spent    Left  Speed
     0     0    0     0    0     0      0      0 --:--:--  0:00:06 --:--:--     0
   100 17576  100 17576    0     0   2599      0  0:00:06  0:00:06 --:--:--  
2599
   ❯ go mod init session_example
   go: creating new go.mod: module session_example
   go: to add module requirements and sums:
           go mod tidy
   ❯ go mod tidy
   go: finding module for package github.com/apache/iotdb-client-go/v2/client
   go: finding module for package github.com/apache/iotdb-client-go/v2/common
   go: session_example imports
           github.com/apache/iotdb-client-go/v2/client: module 
github.com/apache/iotdb-client-go@latest found (v1.3.4), but does not contain 
package github.com/apache/iotdb-client-go/v2/client
   go: session_example imports
           github.com/apache/iotdb-client-go/v2/common: module 
github.com/apache/iotdb-client-go@latest found (v1.3.4), but does not contain 
package github.com/apache/iotdb-client-go/v2/common
   ```


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

Reply via email to