From a912ff1e96eb4baef49620665bbf26984c93c959 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 15 Jun 2022 15:28:37 -0500 Subject: Go path --- profile/go.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profile/go.sh b/profile/go.sh index 077833e..8b4ca26 100644 --- a/profile/go.sh +++ b/profile/go.sh @@ -1,2 +1,9 @@ export GOPATH="${XDG_DATA_HOME:=$HOME/.local/share}/go" + +# https://drewdevault.com/2022/05/25/Google-has-been-DDoSing-sourcehut.html +export GOPROXY=direct + +# For the GO binary ... XXX: this is slightly clunky (~/usr/local/go/bin is the directory) +path_add_to_PATH $(realpath "$XDG_DATA_HOME/../local/go/bin") + command -v go >/dev/null 2>&1 && path_add_to_PATH "$(go env GOPATH)/bin" -- cgit 1.4.1-21-gabe81