GoSublime
GoSublime copied to clipboard
Fix $PWD in $GOPATH
Allow usage of $PWD in GoSublime.sublime-setting.
{
"env": {
"GOPATH": "$PWD/.vendor"
}
}
Without this fix $PWD won't get replaced with the current directory.