Skip to content

Instantly share code, notes, and snippets.

@ilyabrin
Last active November 17, 2015 11:59
Show Gist options
  • Select an option

  • Save ilyabrin/d6a67190f726f3de09f1 to your computer and use it in GitHub Desktop.

Select an option

Save ilyabrin/d6a67190f726f3de09f1 to your computer and use it in GitHub Desktop.
Sublime + Golang Build System
{
"cmd": ["/usr/bin/go","build","$file"],
"selector" : "source.go",
"variants": [
{ "cmd": ["/usr/bin/go", "run", "$file"],
"name": "Run"
}
]
}
## Use
Build: Ctrl/Cmd + B
Run: Ctrl/Cmd + Shift + B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment