new lint help

This commit is contained in:
Barak Michener 2016-01-08 15:29:18 -05:00
parent 213c502aeb
commit 96e8a1d428
8 changed files with 481 additions and 70 deletions

View file

@ -21,4 +21,8 @@ gocode set lib-path \$SCRIPTPATH
cd src/$1
EOF
cat <<EOF > $2/.dir-locals.el.
((nil . ((eval . (setenv "GOPATH" "\`pwd\`")))))
EOF
git clone https://$1 $2/src/$1