From 133c314a2fc27242be6161a7371068047144fd80 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Mon, 4 Jul 2022 11:26:01 +0300 Subject: [PATCH] fix gopath --- sub/bash/export | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/bash/export b/sub/bash/export index e4f2035..4ebbc60 100644 --- a/sub/bash/export +++ b/sub/bash/export @@ -26,5 +26,5 @@ fi if [ -d "$HOME/.go" ] ; then - export PATH="$PATH:$HOME/.go" + export GOPATH="$HOME/.go" fi