From f49c4af5fd119b04274a1c20cb777f6f648a6030 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 14 Feb 2018 19:44:39 +0000 Subject: [PATCH] Update GOPATH to the home directory. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 43b3bcb..75923a4 100755 --- a/.bashrc +++ b/.bashrc @@ -133,7 +133,7 @@ function ssh() { $(which ssh) -axt ${@} "screen -xRRAUO 2>/dev/null || bash"; tp #-------------------------------------------------------------------------------- # Set up GOPATH for Go development #-------------------------------------------------------------------------------- -export GOPATH=${HOME}/src/go +export GOPATH=${HOME} #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------