Skip to content

Instantly share code, notes, and snippets.

@ivanrad
Created May 4, 2017 10:28
Show Gist options
  • Save ivanrad/7e8ec6cfa84e6d0f4163ca3395300715 to your computer and use it in GitHub Desktop.
Save ivanrad/7e8ec6cfa84e6d0f4163ca3395300715 to your computer and use it in GitHub Desktop.
go runner
#!/usr/bin/env bash
: ${go_version:=1.8.1}
GOROOT=~/sdk/go$go_version exec ~/sdk/go$go_version/bin/go "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment