Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

See if we can make Golang XDG Base Dir Spec compliant #16

Open
jessebot opened this issue Dec 21, 2022 · 2 comments
Open

See if we can make Golang XDG Base Dir Spec compliant #16

jessebot opened this issue Dec 21, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@jessebot
Copy link
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

@jessebot
Copy link
Owner Author

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

@jessebot jessebot changed the title See if we can make Golang XDG Base Dir Spec compliant 🤷 See if we can make Golang XDG Base Dir Spec compliant Dec 21, 2022
@jessebot jessebot added the enhancement New feature or request label Dec 22, 2022
@jessebot
Copy link
Owner Author

waiting until I'm done breaking other things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant