Created
November 20, 2018 09:26
-
-
Save congjf/19f50aee8879567a176c9e53eb5902d3 to your computer and use it in GitHub Desktop.
Configurations of the GoSublime plugin of Sublime Text 3
This file contains 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
Show hidden characters
{ | |
"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