make Golang XDG Base Dir Spec compliant #4

Open
opened 2025-10-27 22:09:27 +00:00 by jessebot · 0 comments
Owner

Currently we have the following set:

GOROOT=$HOME
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin

This isn't XDG compliant, but I haven't looked into how to fix it yet

We can kind of! We can just set the goroot to be something else. I guess I'll put it in config for now 🤷

Currently we have the following set: ```bash GOROOT=$HOME export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin ``` This isn't XDG compliant, but I haven't looked into how to fix it yet We can kind of! We can just set the goroot to be something else. I guess I'll put it in config for now 🤷
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jessebot/dot_files#4
No description provided.