Skip to content

Instantly share code, notes, and snippets.

@JalfResi
JalfResi / gomake-sublime
Created November 18, 2011 11:13
GoMake Sublime Text 2 Build System
{
"cmd": ["gomake", "-C", "$project_path/src"],
"selector": "source.go",
"path":"/Users/bendavies/go/bin:$PATH",
"file_regex": "^(.+):([0-9]+): .+$"
}