`/etc/profile.d/go.sh` refers a nonexistent path `/usr/share/gocode` so it blocks `go build` and other go commands: ``` go: could not create module cache: mkdir /usr/share/gocode: permission denied ```
/etc/profile.d/go.shrefers a nonexistent path/usr/share/gocodeso it blocks
go buildand other go commands: