made load gobin first

moveTools
Adam Veldhousen 2015-06-12 11:21:00 -05:00
parent f8b7f121da
commit 91db1cb878
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ if [ -d "${HOME}/tools/vim" ] ; then
PATH=${HOME}/Tools/vim:${PATH} PATH=${HOME}/Tools/vim:${PATH}
fi fi
PATH=${PATH}:${GOROOT}/bin:${GOPATH}/bin:${BOOT2DOCKER} PATH=${GOROOT}/bin:${PATH}:${GOPATH}/bin:${BOOT2DOCKER}
# http://stackoverflow.com/questions/410616/increasing-the-maximum-number-of-tcp-ip-connections-in-linux # http://stackoverflow.com/questions/410616/increasing-the-maximum-number-of-tcp-ip-connections-in-linux
# run these to increase concurrent connections in linux # run these to increase concurrent connections in linux