resolve : when put glide update command , delete vendor/src directory.
authorjaehoon.hyun <jaehoon.hyun@samsung.com>
Thu, 28 Mar 2019 07:49:48 +0000 (16:49 +0900)
committerjaehoon.hyun <jaehoon.hyun@samsung.com>
Thu, 28 Mar 2019 07:49:48 +0000 (16:49 +0900)
3rdparty/src [new symlink]
workspaceProfile.sh [new file with mode: 0644]

diff --git a/3rdparty/src b/3rdparty/src
new file mode 120000 (symlink)
index 0000000..9c39cc9
--- /dev/null
@@ -0,0 +1 @@
+../vendor
\ No newline at end of file
diff --git a/workspaceProfile.sh b/workspaceProfile.sh
new file mode 100644 (file)
index 0000000..6505bce
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+#unset GOPATH
+#unset GOBIN
+
+export THIRDPARTY_PATH=$(pwd)/3rdparty
+
+export GOBIN=$(pwd)/bin
+export GOPATH=$(pwd):$THIRDPARTY_PATH
+
+echo "GOBIN"
+echo $GOBIN
+echo 
+echo "GOPATH"
+echo $GOPATH
+
+