Created
July 9, 2013 06:05
-
-
Save timrandg/5955052 to your computer and use it in GitHub Desktop.
build and run GO from sublime text 2
This file contains hidden or 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": ["go run '${file}'"], | |
| "selector": "source.go", | |
| "path": "/usr/local/go/bin", | |
| "shell": true | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
place the go.sublime-build file in /Users/Tim/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/go.sublime-build