From 1e39dca022b4caacb3b70ebbe2dc3b2d03fbc34e Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Tue, 23 Apr 2024 15:50:26 -0700 Subject: [PATCH] drop the quotes around the gopath --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index be5bf72..5c58920 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,4 @@ -export GOPATH="~/go" +export GOPATH=~/go export GOTELEMETRY=off export GOTOOLCHAIN=local export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin