Skip to content

Instantly share code, notes, and snippets.

@jgautheron
Created March 15, 2016 15:35
Show Gist options
  • Save jgautheron/2aacbfc4f7eb51fff08c to your computer and use it in GitHub Desktop.
Save jgautheron/2aacbfc4f7eb51fff08c to your computer and use it in GitHub Desktop.
GoSublime config
{
"env": {
"GOPATH": "/Users/jonathangautheron/workspace/",
"PATH": "$PATH:/Users/jonathangautheron/workspace/bin"
},
"fmt_cmd": ["goimports"],
"on_save": [{
"cmd": "gs9o_open", "args": {
"run": [
"sh",
"go build . errors && go test -v && golint"
],
"focus_view": false
}
}],
"autocomplete_closures": true,
"complete_builtins": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment