Created
May 18, 2016 15:23
-
-
Save AlexKMDev/61e59abecb8c9a1d1111fc03b9d810df to your computer and use it in GitHub Desktop.
GoSublime configuration
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": {"GOPATH": "$HOME/go", "PATH": "$GOPATH/bin:/usr/local/opt/go/libexec/bin:$PATH"}, | |
"fmt_tab_width": 4, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment