Skip to content

Instantly share code, notes, and snippets.

@jbub
Last active December 23, 2015 01:29
Show Gist options
  • Save jbub/6560985 to your computer and use it in GitHub Desktop.
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.
{
"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