From de0842c634f585571d4da4d5771882ac2a4ecde1 Mon Sep 17 00:00:00 2001 From: derekyuan Date: Fri, 14 Sep 2018 10:39:15 +0800 Subject: [PATCH] add submodule go --- .gitmodules | 3 +++ go | 1 + 2 files changed, 4 insertions(+) create mode 160000 go diff --git a/.gitmodules b/.gitmodules index fa7c64dba..436e0bb29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "web"] path = web url = https://github.com/TarsCloud/TarsWeb +[submodule "go"] + path = go + url = https://github.com/TarsCloud/TarsGo diff --git a/go b/go new file mode 160000 index 000000000..ce3f61a15 --- /dev/null +++ b/go @@ -0,0 +1 @@ +Subproject commit ce3f61a15171e3400b8182fe8ee034a7483430ec