Skip to content

Instantly share code, notes, and snippets.

@missinglink
Created June 14, 2017 11:23
Show Gist options
  • Select an option

  • Save missinglink/33de56509d5f232d7aea10c66d0bf367 to your computer and use it in GitHub Desktop.

Select an option

Save missinglink/33de56509d5f232d7aea10c66d0bf367 to your computer and use it in GitHub Desktop.
fix for slow go builds
[ `ls -ld $GOROOT/pkg | awk '{print $3}'` != `whoami` ] && sudo chown -Rv `whoami` $GOROOT/pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment