This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a commit to branch IOTDB-5917
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/IOTDB-5917 by this push:
     new 3b9f4762a69 add go client as submodule
3b9f4762a69 is described below

commit 3b9f4762a69b4b298729f68ec669641d1eda1099
Author: JackieTien97 <[email protected]>
AuthorDate: Wed May 24 14:15:28 2023 +0800

    add go client as submodule
---
 .gitmodules            | 6 +++---
 iotdb-client/client-go | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index eb8194aecfc..97e18f8f0e3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "client-go"]
-       path = client-go
-       url = https://github.com/apache/iotdb-client-go.git
+[submodule "iotdb-client/client-go"]
+       path = iotdb-client/client-go
+       url = https://github.com/apache/iotdb-client-go
diff --git a/iotdb-client/client-go b/iotdb-client/client-go
new file mode 160000
index 00000000000..a503925c04f
--- /dev/null
+++ b/iotdb-client/client-go
@@ -0,0 +1 @@
+Subproject commit a503925c04f5aa7e9c3c6bfd2d96f0b6baaeefc2

Reply via email to