Alima777 commented on a change in pull request #3:
URL: https://github.com/apache/iotdb-client-go/pull/3#discussion_r537983180



##########
File path: README.md
##########
@@ -1,2 +1,37 @@
 # iotdb-client-go
-Apache IoTDB Client for GoLang
+Apache IoTDB Client for GoLang</br>
+
+## Prerequisites
+
+golang >= 1.13
+
+## Get started
+
+With go mod
+
+```sh
+export GO111MODULE=on
+export GOPROXY=https://goproxy.io
+
+mkdir session_example && cd session_example
+
+curl -ss -o session_example.go -L 
https://github.com/apache/iotdb-client-go/raw/main/session_example.go

Review comment:
       Actually, we don't have this catalogue, 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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to