Skip to content

Instantly share code, notes, and snippets.

@malexw
Created December 7, 2013 20:30
Show Gist options
  • Save malexw/7848290 to your computer and use it in GitHub Desktop.
Save malexw/7848290 to your computer and use it in GitHub Desktop.
Powershell script to switch to a golang workspace and add its path to the gopath environment variable.
$Env:gopath = $args[0]
cd $args[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment