Skip to content

Instantly share code, notes, and snippets.

@pierreprinetti
Forked from Machx/Go.sublime-build
Created March 7, 2014 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierreprinetti/9413386 to your computer and use it in GitHub Desktop.
Save pierreprinetti/9413386 to your computer and use it in GitHub Desktop.
{
"cmd": ["/usr/local/go/bin/go","build","$file"],
"selector" : "source.go",
"variants": [
{ "cmd": ["/usr/local/go/bin/go", "run", "$file"],
"name": "Run"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment