We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d43038 + e71f8bf commit d45e5ebCopy full SHA for d45e5eb
gow
@@ -12,7 +12,7 @@ LOCAL_PACKAGE_PATH=$GOPATH/src/$(echo "$PACKAGE_LOCATION" | tr ':' '/')
12
LOCAL_PACKAGE_DIR=$(dirname $LOCAL_PACKAGE_PATH)
13
14
mkdir -p $LOCAL_PACKAGE_DIR
15
-ln -sfh $PROJECT_ROOT_DIR $LOCAL_PACKAGE_PATH
+ln -sfn $PROJECT_ROOT_DIR $LOCAL_PACKAGE_PATH
16
17
export GOBIN="$GOPATH/bin"
18
export GOPATH
0 commit comments