Created
August 8, 2017 18:36
-
-
Save geo-stanciu/127813bad5c75514ca9bce4dd4b45069 to your computer and use it in GitHub Desktop.
golang change owner of GOROOT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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