Last active
December 23, 2015 01:29
-
-
Save jbub/6560985 to your computer and use it in GitHub Desktop.
In order to get GoSublime working in Sublime Text 3 you need to provide GOPATH. The simplest way seems to be updating your GoSublime.sublime-settings.
This file contains hidden or 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
{ | |
"env": { | |
"GOPATH": "$HOME/Projekty/GO/dev/src", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment