GoSublime icon indicating copy to clipboard operation
GoSublime copied to clipboard

Fix $PWD in $GOPATH

Open mattes opened this issue 10 years ago • 0 comments

Allow usage of $PWD in GoSublime.sublime-setting.

{
  "env": { 
    "GOPATH": "$PWD/.vendor"
  }
}

Without this fix $PWD won't get replaced with the current directory.

mattes avatar Feb 24 '15 13:02 mattes