Skip to content

Instantly share code, notes, and snippets.

@Aaron-Macneill
Created October 8, 2017 21:51
Show Gist options
  • Save Aaron-Macneill/a94be9998a565bdac6bd431be350a19d to your computer and use it in GitHub Desktop.
Save Aaron-Macneill/a94be9998a565bdac6bd431be350a19d to your computer and use it in GitHub Desktop.
go get script
#!/bin/bash
PACKAGE=${1#*//}
go get $PACKAGE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment