Skip to content

Instantly share code, notes, and snippets.

@deankarn
Created December 11, 2015 19:29
Show Gist options
  • Save deankarn/ca82c214bc0908d87f69 to your computer and use it in GitHub Desktop.
Save deankarn/ca82c214bc0908d87f69 to your computer and use it in GitHub Desktop.
{
"env": { "GOPATH":"$GOPATH"},
"fmt_cmd": ["goimports"],
"on_save": [{
"cmd": "gs9o_open", "args": {
"run": ["sh",
"gofmt -s -w . && go build . errors && go test -i && go test && go vet && golint ."],
"focus_view": false
}}],
"autocomplete_closures": true,
"autocomplete_builtins": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment