Skip to content

Instantly share code, notes, and snippets.

@geo-stanciu
Created August 8, 2017 18:36
Show Gist options
  • Select an option

  • Save geo-stanciu/127813bad5c75514ca9bce4dd4b45069 to your computer and use it in GitHub Desktop.

Select an option

Save geo-stanciu/127813bad5c75514ca9bce4dd4b45069 to your computer and use it in GitHub Desktop.
golang change owner of GOROOT
ls $(go env GOROOT)/pkg && sudo chown -R $USER $(go env GOROOT)/pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment