From 2323ab6d04bb65785b455499c0948d49aa26049c Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Tue, 9 Apr 2024 15:55:38 -0700 Subject: [PATCH] update gopath to allow for other usernames --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index de6027c..be5bf72 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,4 @@ -export GOPATH="/home/thrrgilag/go" +export GOPATH="~/go" export GOTELEMETRY=off export GOTOOLCHAIN=local export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin