diff --git a/.envrc b/.envrc deleted file mode 100644 index a1a8fa6e..00000000 --- a/.envrc +++ /dev/null @@ -1,8 +0,0 @@ -export GOBUILDDIR=$(pwd)/.gobuild -export GOPATH=$GOBUILDDIR:$GOPATH -PATH_add $GOBUILDDIR/bin - -if [ ! -e ${GOBUILDDIR} ]; then - mkdir -p ${GOBUILDDIR}/src/github.com/arangodb/ - ln -s ../../../.. ${GOBUILDDIR}/src/github.com/arangodb/go-driver -fi \ No newline at end of file