jessebot / dot_files

Default dot files for onboardme including bash, neovim, powerline, neomutt, w3m, wezterm, and more :)
https://jessebot.github.io/onboardme
GNU Affero General Public License v3.0
5 stars 3 forks source link

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

Open jessebot opened 1 year ago

jessebot commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

waiting until I'm done breaking other things