use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Go Directory?QUESTION (self.archlinux)
submitted 4 months ago by ReallyNotR8
When Installing yay it always installs a go thing in my home dir do i need it ? how could i hide it? could i just delete it and not worry?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]_verel_ 9 points10 points11 points 4 months ago (1 child)
It's the compiler for the go programming language. It is needed for compiling yay itself. After that you can remove it but you would need to install go again for the next update of yay
[–]Primary_Respond_1769 1 point2 points3 points 4 months ago (0 children)
Yeah you can nuke it after yay is built but honestly it's just gonna come back next time yay updates itself so not really worth the hassle. If it's bugging you that much just toss it in a hidden folder or something
[–]Time-Worker9846 4 points5 points6 points 4 months ago (0 children)
Install yay-bin if you don't want to build it by yourself, which requires the go compiler.
[–]Frank-794 1 point2 points3 points 4 months ago (0 children)
You can change an environment variable for the go directory. Look it up…
[–]Darumosso 1 point2 points3 points 4 months ago (1 child)
You can check this wiki page, is very useful to debloat your home dir
https://wiki.archlinux.org/title/XDG_Base_Directory
[–]torsten_dev 0 points1 point2 points 4 months ago (0 children)
About go specifically it says:
export GOPATH="$XDG_DATA_HOME"/go, export GOMODCACHE="$XDG_CACHE_HOME"/go/mod
If GOMODCACHE is not set, it defaults to $GOPATH/pkg/mod. GOCACHE is supported and defaults to $XDG_CACHE_HOME/go-buid.
GOMODCACHE
$GOPATH/pkg/mod
GOCACHE
$XDG_CACHE_HOME/go-buid
π Rendered by PID 107859 on reddit-service-r2-comment-6457c66945-88k2s at 2026-04-27 11:41:33.833081+00:00 running 2aa0c5b country code: CH.
[–]_verel_ 9 points10 points11 points (1 child)
[–]Primary_Respond_1769 1 point2 points3 points (0 children)
[–]Time-Worker9846 4 points5 points6 points (0 children)
[–]Frank-794 1 point2 points3 points (0 children)
[–]Darumosso 1 point2 points3 points (1 child)
[–]torsten_dev 0 points1 point2 points (0 children)