From 4ecb1fd55d823b4b63198ca61d9fe21d325fa42c Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 26 May 2016 15:14:58 +0900 Subject: [PATCH] Add GOPATH/bin to PATH variable --- profile | 1 + 1 file changed, 1 insertion(+) diff --git a/profile b/profile index 4f84b95..20b15b3 100755 --- a/profile +++ b/profile @@ -131,6 +131,7 @@ fi export JAVA_OPTS="$JAVA_OPTS -Duser.language=en" export GOPATH="$HOME/my/go" +export PATH="$GOPATH/bin:$PATH" ###########################################