Skip to content

Instantly share code, notes, and snippets.

@congjf
Created November 20, 2018 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save congjf/19f50aee8879567a176c9e53eb5902d3 to your computer and use it in GitHub Desktop.
Save congjf/19f50aee8879567a176c9e53eb5902d3 to your computer and use it in GitHub Desktop.
Configurations of the GoSublime plugin of Sublime Text 3
{
"env": {
"GOROOT": "<your_go_root_path>",
"GOPATH": "<your_go_path>",
"PATH": "$GOPATH/bin:$PATH"
},
"gscomplete_enabled": true,
"fmt_enabled": true,
"gslint_enabled": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment