From 777b88a37f1b81e63d7c9f8d186aa5f87cc1c17f Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 16 Jul 2025 22:05:54 +0300 Subject: [PATCH] Set the default go directories to align with the XDG paths --- .config/go/env | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/go/env diff --git a/.config/go/env b/.config/go/env new file mode 100644 index 0000000..129f62f --- /dev/null +++ b/.config/go/env @@ -0,0 +1,2 @@ +GOBIN=/home/ohad/.local/state/go/bin +GOPATH=/home/ohad/.cache/go