You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/12/08 06:02:06 UTC

[GitHub] [iotdb-client-go] Alima777 commented on a change in pull request #3: Load source files to the respository.

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:
users@infra.apache.org