Created
August 19, 2012 16:55
-
-
Save Machx/3396229 to your computer and use it in GitHub Desktop.
Go Sublime Text 2 Build System
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["/usr/local/go/bin/go","build","$file"], | |
"selector" : "source.go", | |
"variants": [ | |
{ "cmd": ["/usr/local/go/bin/go", "run", "$file"], | |
"name": "Run" | |
} | |
] | |
} |
Thanks, works as expected in ST3.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build Go Flie: Command + B
Run Go File: Command + Shift + B